|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RequestResponseFlowProcessingPhaseTemplate
Extension of FlowProcessingPhaseTemplate for those MessageSource
that requires sending a response of the message processed.
| Method Summary | |
|---|---|
void |
sendResponseToClient(MuleEvent muleEvent)
Template method to send a response after processing the message. |
| Methods inherited from interface org.mule.execution.FlowProcessingPhaseTemplate |
|---|
afterFailureProcessingFlow, afterFailureProcessingFlow, afterRouteEvent, afterSuccessfulProcessingFlow, beforeRouteEvent, getMuleEvent, getOriginalMessage, routeEvent |
| Method Detail |
|---|
void sendResponseToClient(MuleEvent muleEvent)
throws MuleException
SystemExceptionHandler
will be executed.
muleEvent - the event with the content of the response to be sent.
MuleException - exception thrown during the response is being sent.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||