|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.processor.AbstractInterceptingMessageProcessor
org.mule.processor.AbstractResponseMessageProcessor
public abstract class AbstractResponseMessageProcessor
Field Summary |
---|
Fields inherited from class org.mule.processor.AbstractInterceptingMessageProcessor |
---|
logger, next |
Constructor Summary | |
---|---|
AbstractResponseMessageProcessor()
|
Method Summary | |
---|---|
MuleEvent |
process(MuleEvent event)
Invokes the MessageProcessor. |
protected abstract MuleEvent |
processResponse(MuleEvent processNext)
|
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 |
Constructor Detail |
---|
public AbstractResponseMessageProcessor()
Method Detail |
---|
public MuleEvent process(MuleEvent event) throws MuleException
MessageProcessor
event
- MuleEvent to be processed
MuleException
protected abstract MuleEvent processResponse(MuleEvent processNext) throws MuleException
MuleException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |