org.mule.transport.bpm
Class ProcessMessageReceiver
java.lang.Object
org.mule.transport.AbstractMessageReceiver
org.mule.transport.bpm.ProcessMessageReceiver
- All Implemented Interfaces:
- Disposable, Initialisable, Lifecycle, Startable, Stoppable, Connectable, MessageReceiver
public class ProcessMessageReceiver
- extends AbstractMessageReceiver
Generates an incoming Mule event from an executing workflow process.
Methods inherited from class org.mule.transport.AbstractMessageReceiver |
connect, disconnect, dispose, getConnectEventId, getConnectionDescription, getConnector, getEndpoint, getEndpointURI, getListener, getReceiverKey, getService, getWorkManager, handleException, handleUnacceptedFilter, initialise, isConnected, routeMessage, routeMessage, routeMessage, routeMessage, routeMessage, routeMessage, setConnector, setEndpoint, setExceptionDetails, setListener, setReceiverKey, setService, setWorkManager, start, stop, toString |
ProcessMessageReceiver
public ProcessMessageReceiver(Connector connector,
Service service,
InboundEndpoint endpoint)
throws CreateException
- Throws:
CreateException
generateSynchronousEvent
public MuleMessage generateSynchronousEvent(String endpoint,
Object payload,
Map messageProperties)
throws MuleException
- Throws:
MuleException
generateAsynchronousEvent
public void generateAsynchronousEvent(String endpoint,
Object payload,
Map messageProperties)
throws MuleException
- Throws:
MuleException
generateEvent
protected MuleMessage generateEvent(String endpoint,
Object payload,
Map messageProperties,
boolean synchronous)
throws MuleException
- Throws:
MuleException
doInitialise
protected void doInitialise()
throws InitialisationException
- Overrides:
doInitialise
in class AbstractMessageReceiver
- Throws:
InitialisationException
doConnect
protected void doConnect()
throws Exception
- Specified by:
doConnect
in class AbstractMessageReceiver
- Throws:
Exception
doDisconnect
protected void doDisconnect()
throws Exception
- Specified by:
doDisconnect
in class AbstractMessageReceiver
- Throws:
Exception
doStart
protected void doStart()
throws MuleException
- Specified by:
doStart
in class AbstractMessageReceiver
- Throws:
MuleException
doStop
protected void doStop()
throws MuleException
- Specified by:
doStop
in class AbstractMessageReceiver
- Throws:
MuleException
doDispose
protected void doDispose()
- Specified by:
doDispose
in class AbstractMessageReceiver
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.