public class DefaultReplyToHandler extends Object implements ReplyToHandler, Serializable, DeserializationPostInitialisable
DefaultReplyToHandler is responsible for processing a message replyTo header.DeserializationPostInitialisable.Implementation| Modifier and Type | Field and Description |
|---|---|
protected FlowConstruct |
flowConstruct |
protected org.slf4j.Logger |
logger
logger used by this class
|
protected Map<String,Object> |
serializedData |
| Constructor and Description |
|---|
DefaultReplyToHandler(FlowConstruct flowConstruct) |
| Modifier and Type | Method and Description |
|---|---|
void |
initAfterDeserialisation(MuleContext context) |
Event |
processReplyTo(Event event,
org.mule.runtime.api.message.Message returnMessage,
Object replyTo) |
protected transient org.slf4j.Logger logger
protected transient FlowConstruct flowConstruct
public DefaultReplyToHandler(FlowConstruct flowConstruct)
public Event processReplyTo(Event event, org.mule.runtime.api.message.Message returnMessage, Object replyTo) throws org.mule.runtime.api.exception.MuleException
processReplyTo in interface ReplyToHandlerorg.mule.runtime.api.exception.MuleExceptionpublic void initAfterDeserialisation(MuleContext context) throws org.mule.runtime.api.exception.MuleException
org.mule.runtime.api.exception.MuleExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.