public class JmsReplyToHandler extends DefaultReplyToHandler
JmsReplyToHandler will process a JMS replyTo or hand off to the
default replyTo handler if the replyTo is a URL.
The purpose of this class is to send a result on a ReplyTo destination if one
has been set.
Note that the JmsMessageDispatcher also contains logic for handling ReplyTo. However,
the dispatcher is responsible attaching the replyTo information to the message and also
receiving on the same replyTo if 'remoteSync' is set. The JmsMessageDispatcher never
writes to the 'replyTo' destination.logger| Constructor and Description |
|---|
JmsReplyToHandler(JmsConnector connector,
List transformers) |
| Modifier and Type | Method and Description |
|---|---|
void |
processReplyTo(MuleEvent event,
MuleMessage returnMessage,
Object replyTo) |
getEndpoint, getTransformers, setTransformerspublic JmsReplyToHandler(JmsConnector connector, List transformers)
public void processReplyTo(MuleEvent event, MuleMessage returnMessage, Object replyTo) throws MuleException
processReplyTo in interface ReplyToHandlerprocessReplyTo in class DefaultReplyToHandlerMuleExceptionCopyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.