|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.processor.AbstractInterceptingMessageProcessor
org.mule.routing.requestreply.SimpleRequestReplyReplier
public class SimpleRequestReplyReplier
Field Summary | |
---|---|
protected MessageProcessor |
replyMessageProcessor
|
Fields inherited from class org.mule.processor.AbstractInterceptingMessageProcessor |
---|
logger, next |
Constructor Summary | |
---|---|
SimpleRequestReplyReplier()
|
Method Summary | |
---|---|
MuleEvent |
process(MuleEvent event)
Invokes the MessageProcessor. |
void |
setReplyProcessor(MessageProcessor replyMessageProcessor)
|
Methods inherited from class org.mule.processor.AbstractInterceptingMessageProcessor |
---|
processNext, setListener, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.mule.api.source.MessageSource |
---|
setListener |
Field Detail |
---|
protected MessageProcessor replyMessageProcessor
Constructor Detail |
---|
public SimpleRequestReplyReplier()
Method Detail |
---|
public MuleEvent process(MuleEvent event) throws MuleException
MessageProcessor
process
in interface MessageProcessor
event
- MuleEvent to be processed
MuleException
public void setReplyProcessor(MessageProcessor replyMessageProcessor)
setReplyProcessor
in interface RequestReplyReplierMessageProcessor
replyMessageProcessor
- the message processor that will be used to send
the reply message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |