|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.processor.AbstractInterceptingMessageProcessor
public abstract class AbstractInterceptingMessageProcessor
Abstract implementation of InterceptingMessageProcessor
that simply
provides an implementation of setNext and holds the next message processor as an
attribute.
Field Summary | |
---|---|
protected Log |
logger
|
protected MessageProcessor |
next
|
Constructor Summary | |
---|---|
AbstractInterceptingMessageProcessor()
|
Method Summary | |
---|---|
protected MuleEvent |
processNext(MuleEvent event)
|
void |
setListener(MessageProcessor next)
Set the MessageProcessor listener on a message source which will be invoked when a message is received or generated. |
java.lang.String |
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.processor.MessageProcessor |
---|
process |
Field Detail |
---|
protected Log logger
protected MessageProcessor next
Constructor Detail |
---|
public AbstractInterceptingMessageProcessor()
Method Detail |
---|
public void setListener(MessageProcessor next)
MessageSource
setListener
in interface MessageSource
protected MuleEvent processNext(MuleEvent event) throws MuleException
MuleException
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |