|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.mule.interceptors.EnvelopeInterceptor
EnvelopeInterceptor is an intercepter that will fire before and
after an event is received.
| Constructor Summary | |
EnvelopeInterceptor()
|
|
| Method Summary | |
abstract void |
after(Invocation invocation)
This method is invoked after the event has been processed |
abstract void |
before(Invocation invocation)
This method is invoked before the event is processed |
UMOMessage |
intercept(Invocation invocation)
Invoked by the previous interceptor in the chain |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EnvelopeInterceptor()
| Method Detail |
public abstract void before(Invocation invocation)
throws UMOException
invocation - the message invocation being processed
UMOException
public abstract void after(Invocation invocation)
throws UMOException
invocation - the message invocation being processed
UMOException
public final UMOMessage intercept(Invocation invocation)
throws UMOException
UMOInterceptor
intercept in interface UMOInterceptorinvocation - the invocation containing info about the current message and
component
UMOException - if the invocation fails
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||