|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BexeeMessage | |
bexee.axis | Axis integration package. |
bexee.core | Core classes and interfaces of the bexee engine. |
Uses of BexeeMessage in bexee.axis |
Methods in bexee.axis that return BexeeMessage | |
protected BexeeMessage |
BexeeProvider.createBexeeMessage(java.lang.String service,
java.lang.String operation,
java.util.Vector params)
Helper method to create the BexeeMessage |
Methods in bexee.axis with parameters of type BexeeMessage | |
protected java.lang.Object |
BexeeProvider.dispatch(BexeeMessage message)
Call dispatcher to kick off the process controller and return result |
Uses of BexeeMessage in bexee.core |
Fields in bexee.core declared as BexeeMessage | |
protected BexeeMessage |
Dispatcher.message
|
Methods in bexee.core that return BexeeMessage | |
BexeeMessage |
ProcessContext.getMessage()
Get the current message. |
BexeeMessage |
ProcessContext.removeMessage()
Remove the current message. |
Methods in bexee.core with parameters of type BexeeMessage | |
void |
ProcessControllerImpl.processMessage(ProcessInstance instance,
BexeeMessage message)
|
void |
ProcessController.processMessage(ProcessInstance instance,
BexeeMessage message)
Execute the process using the given ProcessInstance and
the BexeeMessage . |
void |
ProcessContext.setMessage(BexeeMessage message)
Set the current message. |
protected ProcessContext |
Dispatcher.getProcessContext(BexeeMessage message)
Gets the ProcessContext belonging to the incoming message. |
protected BPELProcess |
Dispatcher.getBPELProcess(BexeeMessage message)
Gets the BPELProcess belonging to the incoming message. |
Constructors in bexee.core with parameters of type BexeeMessage | |
Dispatcher(BexeeMessage message)
Creates a new Dispatcher object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |