|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.interceptor.EnvelopeInterceptor
public abstract class 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 |
MuleMessage |
intercept(Invocation invocation)
Invoked when the component should be called. |
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 MuleException
invocation
- the message invocation being processed
MuleException
public abstract void after(Invocation invocation) throws MuleException
invocation
- the message invocation being processed
MuleException
public final MuleMessage intercept(Invocation invocation) throws MuleException
Interceptor
Invocation#execute()
to call the component.
intercept
in interface Interceptor
invocation
- the invocation containing info about the current message and
service
MuleException
- if the invocation fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |