|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ManagementAPI
Management operations.
Method Summary | |
---|---|
ProcessDefinition |
deploy(Deployment deployment)
To deploy the package giving the deployment object. |
ProcessDefinition |
deployBar(byte[] barFile)
To deploy a process giving the bytes table of an archive file. |
void |
initialize()
Redeploy all web services. |
boolean |
undeploy(javax.xml.namespace.QName processQName)
To undeploy the process giving the qualified name of the process. |
Method Detail |
---|
ProcessDefinition deployBar(byte[] barFile)
barFile
- The bytes table of the bar file.
ProcessDefinition deploy(Deployment deployment)
deployment
- The deployment object that should contain the bpel file and the wsdl definitions.
boolean undeploy(javax.xml.namespace.QName processQName)
processQName
- The qualified name.
void initialize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |