org.n52.wps.transactional.service
Class TransactionalHelper

java.lang.Object
  extended by org.n52.wps.transactional.service.TransactionalHelper

public class TransactionalHelper
extends java.lang.Object


Constructor Summary
TransactionalHelper()
           
 
Method Summary
static java.lang.String getDeploymentProfileForSchema(java.lang.String schema)
           
static ITransactionalAlgorithmRepository getMatchingTransactionalRepository(java.lang.String schema)
           
static org.n52.wps.RepositoryDocument.Repository getMatchingTransactionalRepositoryClassName(java.lang.String schema)
           
static IProcessManager getProcessManagerForSchema(java.lang.String schema)
           
static void writeXmlFile(org.w3c.dom.Node node, java.lang.String filename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionalHelper

public TransactionalHelper()
Method Detail

getMatchingTransactionalRepositoryClassName

public static org.n52.wps.RepositoryDocument.Repository getMatchingTransactionalRepositoryClassName(java.lang.String schema)

getMatchingTransactionalRepository

public static ITransactionalAlgorithmRepository getMatchingTransactionalRepository(java.lang.String schema)

getDeploymentProfileForSchema

public static java.lang.String getDeploymentProfileForSchema(java.lang.String schema)

getProcessManagerForSchema

public static IProcessManager getProcessManagerForSchema(java.lang.String schema)
                                                  throws java.lang.InstantiationException,
                                                         java.lang.IllegalAccessException,
                                                         java.lang.ClassNotFoundException
Throws:
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.ClassNotFoundException

writeXmlFile

public static void writeXmlFile(org.w3c.dom.Node node,
                                java.lang.String filename)


Copyright © 2007-2011 52north.org. All Rights Reserved.