|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object bexee.model.process.impl.BPELProcessImpl
A default implementation of a BPELProcess
.
Constructor Summary | |
BPELProcessImpl()
|
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 definition)
Set this BPELProcess ' own WSDL description. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BPELProcessImpl()
Method Detail |
public void setProcess(Process process)
BPELProcess
setProcess
in interface BPELProcess
process
- public Process getProcess()
BPELProcess
getProcess
in interface BPELProcess
public java.util.List getCreationReceives()
BPELProcess
getCreationReceives
in interface BPELProcess
public boolean isSynchronous()
BPELProcess
isSynchronous
in interface BPELProcess
public void setWSDL(javax.wsdl.Definition definition)
BPELProcess
BPELProcess
' own WSDL description.
setWSDL
in interface BPELProcess
definition
- public void addPartnerWSDL(javax.wsdl.Definition wsdl)
BPELProcess
addPartnerWSDL
in interface BPELProcess
wsdl
- public void addPartnerWSDL(java.util.List wsdl)
BPELProcess
addPartnerWSDL
in interface BPELProcess
wsdl
- public java.util.List getPartnerWSDL()
BPELProcess
getPartnerWSDL
in interface BPELProcess
public javax.wsdl.Definition getWSDL()
BPELProcess
getWSDL
in interface BPELProcess
public void setSynchronous(boolean synchronous)
BPELProcess
BPELProcess
' synchronous property.
setSynchronous
in interface BPELProcess
synchronous
- public java.lang.String getName()
BPELProcess
Process
is set, it will return
null.
getName
in interface BPELProcess
Process
or null.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |