|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.interceptors.EnvelopeInterceptor
org.mule.interceptors.LoggingInterceptor
LoggingInterceptor
is a simple interceptor that logs a message before and after the event
processing.
Constructor Summary | |
LoggingInterceptor()
|
Method Summary | |
void |
after(Invocation event)
This method is invoked after the event has been processed |
void |
before(Invocation event)
This method is invoked before the event is processed |
Methods inherited from class org.mule.interceptors.EnvelopeInterceptor |
intercept |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LoggingInterceptor()
Method Detail |
public void before(Invocation event)
EnvelopeInterceptor
before
in class EnvelopeInterceptor
event
- the message invocation being processedpublic void after(Invocation event)
EnvelopeInterceptor
after
in class EnvelopeInterceptor
event
- the message invocation being processed
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |