|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.processor.AbstractInterceptingMessageProcessor
org.mule.interceptor.AbstractEnvelopeInterceptor
org.mule.interceptor.LoggingInterceptor
public class LoggingInterceptor
LoggingInterceptor
is a simple interceptor that logs a message before
and after the event processing.
Field Summary |
---|
Fields inherited from class org.mule.processor.AbstractInterceptingMessageProcessor |
---|
next |
Constructor Summary | |
---|---|
LoggingInterceptor()
|
Method Summary | |
---|---|
MuleEvent |
after(MuleEvent event)
This method is invoked after the event has been processed |
MuleEvent |
before(MuleEvent event)
This method is invoked before the event is processed |
Methods inherited from class org.mule.interceptor.AbstractEnvelopeInterceptor |
---|
process |
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 |
Constructor Detail |
---|
public LoggingInterceptor()
Method Detail |
---|
public MuleEvent before(MuleEvent event)
AbstractEnvelopeInterceptor
before
in class AbstractEnvelopeInterceptor
public MuleEvent after(MuleEvent event)
AbstractEnvelopeInterceptor
after
in class AbstractEnvelopeInterceptor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |