|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FlowProcessingPhaseTemplate
Template methods for MessageSource specific behavior during
flow execution.
| Method Summary | |
|---|---|
void |
afterFailureProcessingFlow(MessagingException messagingException)
Call when the processing of the message through the flow fails during message processing |
void |
afterFailureProcessingFlow(MuleException exception)
Call when the processing of the message through the flow fails in an exception strategy |
MuleEvent |
afterRouteEvent(MuleEvent muleEvent)
Post processing of the routed MuleEvent |
void |
afterSuccessfulProcessingFlow(MuleEvent muleEvent)
Call after successfully processing the message through the flow |
MuleEvent |
beforeRouteEvent(MuleEvent muleEvent)
Pre processing of the MuleEvent to route |
MuleEvent |
getMuleEvent()
|
Object |
getOriginalMessage()
|
MuleEvent |
routeEvent(MuleEvent muleEvent)
Routes the MuleEvent through the processors chain |
| Method Detail |
|---|
MuleEvent getMuleEvent()
throws MuleException
MuleEvent created from the original message
MuleException
Object getOriginalMessage()
throws MuleException
MuleException
MuleEvent beforeRouteEvent(MuleEvent muleEvent)
throws MuleException
MuleEvent to route
muleEvent -
MuleException
MuleEvent routeEvent(MuleEvent muleEvent)
throws MuleException
MuleEvent through the processors chain
muleEvent - MuleEvent created from the raw message of this context
MuleEvent
MuleException
MuleEvent afterRouteEvent(MuleEvent muleEvent)
throws MuleException
MuleEvent
muleEvent -
MuleException
void afterSuccessfulProcessingFlow(MuleEvent muleEvent)
throws MuleException
muleEvent -
MuleException
void afterFailureProcessingFlow(MessagingException messagingException)
throws MuleException
messagingException -
MuleException
void afterFailureProcessingFlow(MuleException exception)
throws MuleException
exception -
MuleException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||