public class SimpleRequestReplyReplier extends AbstractInterceptingMessageProcessor implements RequestReplyReplierMessageProcessor
| Modifier and Type | Field and Description |
|---|---|
protected MessageProcessor |
replyMessageProcessor |
logger, muleContext, next, notificationHandlerPROPERTY_NAME| Constructor and Description |
|---|
SimpleRequestReplyReplier() |
| Modifier and Type | Method and Description |
|---|---|
MuleEvent |
process(MuleEvent event)
Invokes the MessageProcessor.
|
void |
setReplyProcessor(MessageProcessor replyMessageProcessor) |
addMessageProcessorPathElements, getListener, getMuleContext, isEventValid, processNext, setListener, setMuleContext, toStringgetAnnotation, getAnnotations, setAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetListenerprotected MessageProcessor replyMessageProcessor
public MuleEvent process(MuleEvent event) throws MuleException
MessageProcessorprocess in interface MessageProcessorevent - MuleEvent to be processedMuleExceptionpublic void setReplyProcessor(MessageProcessor replyMessageProcessor)
setReplyProcessor in interface RequestReplyReplierMessageProcessorreplyMessageProcessor - the message processor that will be used to send
the reply messageCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.