public abstract class AbstractReplyToPropertyRequestReplyReplier extends AbstractInterceptingMessageProcessor implements RequestReplyReplierMessageProcessor, InternalMessageProcessor
logger, muleContext, next, notificationHandlerPROPERTY_NAME| Constructor and Description |
|---|
AbstractReplyToPropertyRequestReplyReplier() |
| Modifier and Type | Method and Description |
|---|---|
MuleEvent |
process(MuleEvent event)
Invokes the MessageProcessor.
|
protected void |
processReplyTo(MuleEvent event,
MuleEvent result,
ReplyToHandler replyToHandler,
Object replyTo) |
void |
setReplyProcessor(MessageProcessor replyMessageProcessor) |
protected abstract boolean |
shouldProcessEvent(MuleEvent event) |
addMessageProcessorPathElements, getListener, getMuleContext, isEventValid, processNext, setListener, setMuleContext, toStringgetAnnotation, getAnnotations, setAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetListenerpublic AbstractReplyToPropertyRequestReplyReplier()
public MuleEvent process(MuleEvent event) throws MuleException
MessageProcessorprocess in interface MessageProcessorevent - MuleEvent to be processedMuleExceptionprotected abstract boolean shouldProcessEvent(MuleEvent event)
protected void processReplyTo(MuleEvent event, MuleEvent result, ReplyToHandler replyToHandler, Object replyTo) throws MuleException
MuleExceptionpublic 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.