org.mule.transport
Class DefaultReplyToHandler
java.lang.Object
org.mule.transport.DefaultReplyToHandler
- All Implemented Interfaces:
- Serializable, ReplyToHandler, DeserializationPostInitialisable
public class DefaultReplyToHandler
- extends Object
- implements ReplyToHandler, Serializable, DeserializationPostInitialisable
DefaultReplyToHandler is responsible for processing a message
replyTo header.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected transient org.apache.commons.logging.Log logger
- logger used by this class
muleContext
protected transient MuleContext muleContext
connector
protected transient Connector connector
DefaultReplyToHandler
public DefaultReplyToHandler(MuleContext muleContext)
processReplyTo
public void processReplyTo(MuleEvent event,
MuleMessage returnMessage,
Object replyTo)
throws MuleException
- Specified by:
processReplyTo in interface ReplyToHandler
- Throws:
MuleException
getEndpoint
protected OutboundEndpoint getEndpoint(MuleEvent event,
String endpointUri)
throws MuleException
- Throws:
MuleException
initAfterDeserialisation
public void initAfterDeserialisation(MuleContext context)
throws MuleException
- Throws:
MuleException
getConnector
public Connector getConnector()
findConnector
protected Connector findConnector()
Copyright © 2003-2013 MuleSoft, Inc.. All Rights Reserved.