|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object bexee.admin.Manager
The Manager
is used in bexee for deployment of BPEL business
processes and the related WSLD descriptions.
Constructor Summary | |
Manager()
|
Method Summary | |
protected BPELProcess |
createBPELProcess(java.lang.String bpel)
Create a new BPELProcess given a bpel xml document. |
java.lang.String |
deploy(java.lang.String[] input)
Deploys a BPEL process to the bexee engine and registers it in Axis as a web service. |
java.lang.String |
undeploy(java.lang.String name)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Manager()
Method Detail |
public java.lang.String deploy(java.lang.String[] input) throws DeploymentException
BPELProcess
with a
BPELProcessFactory
SOAPBodyElement
of the form
<manager>result text</manager>
input
- elems[0]
must be an Element
representing a BPEL document , while elems[1]
must be an Element
represent a BPEL document.
elems[1..n] can be further additional WSDL documents.
Element[]
, whose first element contains a
message that the service was deployed.
DeploymentException
public java.lang.String undeploy(java.lang.String name) throws DeploymentException
DeploymentException
protected BPELProcess createBPELProcess(java.lang.String bpel) throws BPELDocumentException
BPELProcess
given a bpel xml document.
bpel
- the bpel document tree
BPELProcess
BPELDocumentException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |