org.n52.wps.transactional.deploymentprofiles
Class BPELDeploymentProfile

java.lang.Object
  extended by org.n52.wps.transactional.deploymentprofiles.DeploymentProfile
      extended by org.n52.wps.transactional.deploymentprofiles.BPELDeploymentProfile

public class BPELDeploymentProfile
extends DeploymentProfile


Constructor Summary
BPELDeploymentProfile(org.w3c.dom.Node payload, java.lang.String processID)
           
 
Method Summary
 org.w3c.dom.Node getBPEL()
           
 org.w3c.dom.Node getClientWSDL()
           
 org.w3c.dom.Node getSuitCase()
           
 java.util.Map<java.lang.Integer,org.w3c.dom.Node> getWSDLList()
           
 void printNode(org.w3c.dom.Node node, java.lang.String indent)
           
 
Methods inherited from class org.n52.wps.transactional.deploymentprofiles.DeploymentProfile
getPayload, getProcessID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BPELDeploymentProfile

public BPELDeploymentProfile(org.w3c.dom.Node payload,
                             java.lang.String processID)
Method Detail

getSuitCase

public org.w3c.dom.Node getSuitCase()

getBPEL

public org.w3c.dom.Node getBPEL()

getClientWSDL

public org.w3c.dom.Node getClientWSDL()

getWSDLList

public java.util.Map<java.lang.Integer,org.w3c.dom.Node> getWSDLList()

printNode

public void printNode(org.w3c.dom.Node node,
                      java.lang.String indent)


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