|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Receive | |
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 Receive in bexee.core |
Methods in bexee.core that return Receive | |
Receive |
AwaitMessageException.getReceive()
Get the Receive activity where this exception occured. |
Methods in bexee.core with parameters of type Receive | |
void |
ProcessControllerImpl.process(Receive receive,
ProcessInstance instance)
|
void |
ProcessController.process(Receive receive,
ProcessInstance instance)
Execute a Receive activity. |
Constructors in bexee.core with parameters of type Receive | |
AwaitMessageException(Receive receive)
Create an AwaitMessageException with the correspondent receive, where it stopped. |
Uses of Receive in bexee.model |
Methods in bexee.model with parameters of type Receive | |
void |
FindCreateReceivesVisitor.visit(Receive receive)
It only is necessary to traverse all Receive activities in
order to discover all Receives which might initiate process instance
creation. |
void |
BPELElementVisitor.visit(Receive Receive)
Visit a Receive BPELElement . |
void |
AbstractBPELElementVisitor.visit(Receive Receive)
Empty method body for Receive |
Uses of Receive in bexee.model.activity.impl |
Classes in bexee.model.activity.impl that implement Receive | |
class |
ReceiveImpl
Default implementation of the Receive activity. |
Uses of Receive in bexee.model.xmltobpel |
Methods in bexee.model.xmltobpel that return Receive | |
Receive |
BPELElementFactory.createReceive(StandardAttributes standardAttributes,
java.lang.String partnerLinkName,
java.lang.String portTypeString,
java.lang.String operation,
java.lang.String variableName,
java.lang.String createInstance)
Create a Receive Activity with all possible attributes. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |