public class OSWorkflow
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
KEY_ASYNC_PROCESSING |
static java.lang.String |
KEY_CALLER |
static java.lang.String |
KEY_ENDPOINT |
static java.lang.String |
KEY_EXCHANGE |
static java.lang.String |
KEY_IN_MESSAGE |
| Constructor and Description |
|---|
OSWorkflow(OSWorkflowEndpoint ep,
java.lang.String workflowName,
int action,
java.util.Map map,
java.lang.String caller,
javax.jbi.messaging.MessageExchange exchange)
creates and initializes a new workflow object
|
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
public static final java.lang.String KEY_EXCHANGE
public static final java.lang.String KEY_IN_MESSAGE
public static final java.lang.String KEY_ENDPOINT
public static final java.lang.String KEY_CALLER
public static final java.lang.String KEY_ASYNC_PROCESSING
public OSWorkflow(OSWorkflowEndpoint ep, java.lang.String workflowName, int action, java.util.Map map, java.lang.String caller, javax.jbi.messaging.MessageExchange exchange)
ep - the endpoint referenceworkflowName - the unique workflow name as defined in workflows.xmlaction - the initial actionmap - the value mapcaller - the callerexchange - the received message exchangeCopyright © 2005-2017 FuseSource. All Rights Reserved.