|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.mule.providers.AbstractMessageReceiver
org.mule.providers.bpm.ProcessMessageReceiver
Generates an incoming Mule event from an executing workflow process.
| Field Summary |
| Fields inherited from class org.mule.providers.AbstractMessageReceiver |
component, connected, connecting, connectionStrategy, disposing, endpoint, logger, receiverKey, stopped |
| Constructor Summary | |
ProcessMessageReceiver(org.mule.umo.provider.UMOConnector connector,
org.mule.umo.UMOComponent component,
org.mule.umo.endpoint.UMOEndpoint endpoint)
|
|
| Method Summary | |
protected void |
doConnect()
|
protected void |
doDisconnect()
|
protected void |
doDispose()
|
protected void |
doStart()
|
protected void |
doStop()
|
void |
generateAsynchronousEvent(String endpoint,
Object payload,
Map messageProperties)
|
protected org.mule.umo.UMOMessage |
generateEvent(String endpoint,
Object payload,
Map messageProperties,
boolean synchronous)
|
org.mule.umo.UMOMessage |
generateSynchronousEvent(String endpoint,
Object payload,
Map messageProperties)
|
| Methods inherited from class org.mule.providers.AbstractMessageReceiver |
applyResponseTransformer, connect, disconnect, dispose, getComponent, getConnectEventId, getConnectionDescription, getConnector, getEndpoint, getEndpointURI, getListener, getReceiverKey, getWorkManager, handleException, handleUnacceptedFilter, isConnected, routeMessage, routeMessage, routeMessage, routeMessage, routeMessage, routeMessage, setComponent, setConnector, setEndpoint, setExceptionDetails, setListener, setReceiverKey, setWorkManager, start, stop, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ProcessMessageReceiver(org.mule.umo.provider.UMOConnector connector,
org.mule.umo.UMOComponent component,
org.mule.umo.endpoint.UMOEndpoint endpoint)
throws org.mule.umo.lifecycle.InitialisationException
| Method Detail |
public org.mule.umo.UMOMessage generateSynchronousEvent(String endpoint,
Object payload,
Map messageProperties)
throws org.mule.umo.UMOException
org.mule.umo.UMOException
public void generateAsynchronousEvent(String endpoint,
Object payload,
Map messageProperties)
throws org.mule.umo.UMOException
org.mule.umo.UMOException
protected org.mule.umo.UMOMessage generateEvent(String endpoint,
Object payload,
Map messageProperties,
boolean synchronous)
throws org.mule.umo.UMOException
org.mule.umo.UMOException
protected void doConnect()
throws Exception
Exception
protected void doDisconnect()
throws Exception
Exception
protected void doStart()
throws org.mule.umo.UMOException
org.mule.umo.UMOException
protected void doStop()
throws org.mule.umo.UMOException
org.mule.umo.UMOExceptionprotected void doDispose()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||