Package | Description |
---|---|
org.mule.execution | |
org.mule.module.http.internal.listener |
Modifier and Type | Method and Description |
---|---|
void |
AsyncResponseFlowProcessingPhaseTemplate.sendFailureResponseToClient(MessagingException messagingException,
ResponseCompletionCallback responseCompletionCallback) |
void |
AsyncResponseFlowProcessingPhaseTemplate.sendResponseToClient(MuleEvent muleEvent,
ResponseCompletionCallback responseCompletionCallback)
Template method to send a response after processing the message.
|
Modifier and Type | Method and Description |
---|---|
protected HttpResponse |
HttpMessageProcessorTemplate.buildResponse(MuleEvent muleEvent,
HttpResponseBuilder responseBuilder,
ResponseCompletionCallback responseCompletationCallback) |
protected HttpResponse |
HttpMessageProcessorTemplate.doBuildResponse(MuleEvent muleEvent,
HttpResponseBuilder responseBuilder,
ResponseCompletionCallback responseCompletationCallback) |
void |
HttpMessageProcessorTemplate.sendFailureResponseToClient(MessagingException messagingException,
ResponseCompletionCallback responseCompletationCallback) |
void |
HttpMessageProcessorTemplate.sendResponseToClient(MuleEvent muleEvent,
ResponseCompletionCallback responseCompletationCallback) |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.