|
||||||||||
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
public abstract class AbstractEnvelopeInterceptor
EnvelopeInterceptor
is an intercepter that will fire before and after
an event is received.
Field Summary |
---|
Fields inherited from class org.mule.processor.AbstractInterceptingMessageProcessor |
---|
logger, next |
Constructor Summary | |
---|---|
AbstractEnvelopeInterceptor()
|
Method Summary | |
---|---|
abstract MuleEvent |
after(MuleEvent event)
This method is invoked after the event has been processed |
abstract MuleEvent |
before(MuleEvent event)
This method is invoked before the event is processed |
MuleEvent |
process(MuleEvent event)
Invoked when the component should be called. |
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 AbstractEnvelopeInterceptor()
Method Detail |
---|
public abstract MuleEvent before(MuleEvent event) throws MuleException
MuleException
public abstract MuleEvent after(MuleEvent event) throws MuleException
MuleException
public MuleEvent process(MuleEvent event) throws MuleException
Interceptor
process
in interface Interceptor
process
in interface MessageProcessor
event
- the event containing info about the current message and service
MuleException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |