|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AdminException | |
bexee.admin | bexee Administration package. |
Uses of AdminException in bexee.admin |
Methods in bexee.admin that throw AdminException | |
java.lang.String |
Admin.deploy(java.io.File bpel,
java.io.File wsdl)
Deploy a BPEL business process together with its WSDL. |
java.lang.String |
Admin.deploy(java.io.InputStream bpel,
java.io.InputStream wsdl)
Deploy a BPEL business process together with its WSDL. |
java.lang.String |
Admin.deploy(java.io.File bpel,
java.io.File wsdl,
java.io.File partnerWSDL)
Deploy a BPEL business process together with its WSDL and one partner WSDL description. |
java.lang.String |
Admin.deploy(java.io.File bpel,
java.io.File wsdl,
java.util.List partnerWSDL)
Deploy a BPEL business process together with its WSDL and its partner WSDL descriptions. |
java.lang.String |
Admin.deploy(java.io.InputStream bpel,
java.io.InputStream wsdl,
java.io.InputStream partnerWSDL)
Deploys a new BPEL process to bexee. |
java.lang.String |
Admin.deploy(java.io.InputStream bpel,
java.io.InputStream wsdl,
java.util.List partnerWSDL)
Deploys a new BPEL process to bexee.This method will invoke the Manager web service and pass it the documents. |
java.lang.String |
Admin.undeploy(java.lang.String name)
Undeploys an existing service |
protected org.apache.axis.client.Call |
Admin.createCall(java.lang.String operation)
Create Axis call to service. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |