|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class represents a BPEL process with all necessary additional information, e.g. its WSDL description, partner WSDLs etc.
Method Summary | |
void |
addPartnerWSDL(javax.wsdl.Definition wsdl)
Add a partner's WSDL description. |
void |
addPartnerWSDL(java.util.List wsdl)
Add partner's WSDL descriptions. |
java.util.List |
getCreationReceives()
Get a list of all receive activities which might cause a process instance creation. |
java.lang.String |
getName()
Convencience method to get the name of the underlying process. |
java.util.List |
getPartnerWSDL()
Get a list of Partner's WSDLs. |
Process |
getProcess()
Get the pure BPEL process. |
javax.wsdl.Definition |
getWSDL()
Get the pure BPEL prcess' WSDL. |
boolean |
isSynchronous()
Is this process synchronous. |
void |
setProcess(Process process)
Set the pure BPEL process. |
void |
setSynchronous(boolean synchronous)
Set this BPELProcess ' synchronous property. |
void |
setWSDL(javax.wsdl.Definition wsdl)
Set this BPELProcess ' own WSDL description. |
Method Detail |
public void addPartnerWSDL(javax.wsdl.Definition wsdl)
wsdl
- public void addPartnerWSDL(java.util.List wsdl)
wsdl
- public java.util.List getCreationReceives()
public java.lang.String getName()
Process
is set, it will return
null.
Process
or null.public java.util.List getPartnerWSDL()
public Process getProcess()
public javax.wsdl.Definition getWSDL()
public boolean isSynchronous()
public void setProcess(Process process)
process
- public void setSynchronous(boolean synchronous)
BPELProcess
' synchronous property.
synchronous
- public void setWSDL(javax.wsdl.Definition wsdl)
BPELProcess
' own WSDL description.
wsdl
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |