|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Reply | |
bexee.core | Core classes and interfaces of the bexee engine. |
bexee.model | Java representation of the BPEL language. |
bexee.model.activity.impl | This package contains default implementations
of the interfaces from the bexee.model.activity package. |
bexee.model.xmltobpel | This package contains BPEL process element and activity factories used by the Digester. |
Uses of Reply in bexee.core |
Methods in bexee.core with parameters of type Reply | |
void |
ProcessControllerImpl.process(Reply reply,
ProcessInstance instance)
|
void |
ProcessController.process(Reply reply,
ProcessInstance instance)
Execute a Reply activity. |
Uses of Reply in bexee.model |
Methods in bexee.model with parameters of type Reply | |
void |
IsSynchronousProcessVisitor.visit(Reply reply)
Once this method will be called, this visitor will know that the visited BPELProcess has a Reply and is therefore a synchronous
process. |
void |
BPELElementVisitor.visit(Reply reply)
Visit a Reply BPELElement . |
void |
AbstractBPELElementVisitor.visit(Reply reply)
Empty method body for Reply |
Uses of Reply in bexee.model.activity.impl |
Classes in bexee.model.activity.impl that implement Reply | |
class |
ReplyImpl
Default implementation of the Reply activity. |
Uses of Reply in bexee.model.xmltobpel |
Methods in bexee.model.xmltobpel that return Reply | |
Reply |
BPELElementFactory.createReply(StandardAttributes attributes,
java.lang.String partnerLink,
java.lang.String portType,
java.lang.String operation,
java.lang.String variable,
java.lang.String faultName)
Describe createReply method here. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |