|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageProcessor
Processes MuleEvent
's. Implementations that do not mutate the
MuleEvent
or pass it on to another MessageProcessor should return the
MuleEvent they receive.
Method Summary | |
---|---|
MuleEvent |
process(MuleEvent event)
Invokes the MessageProcessor. |
Method Detail |
---|
MuleEvent process(MuleEvent event) throws MuleException
event
- MuleEvent to be processed
MuleException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |