public class OutboundResponsePropertiesMessageProcessor extends AbstractRequestResponseMessageProcessor
OutboundEndpoint.getResponseProperties().
//TODO This can became a standard MessageProcessor in the response chain if/when event has a (immutable) reference to request message.
logger, muleContext, next, notificationHandlerPROPERTY_NAME| Constructor and Description |
|---|
OutboundResponsePropertiesMessageProcessor(OutboundEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected MuleEvent |
processResponse(MuleEvent response,
MuleEvent request)
Processes the response phase after the next message processor and it's response phase have been invoked
|
createReplyToHandler, process, processBlocking, processFinally, processNonBlocking, processRequest, processResponseaddMessageProcessorPathElements, getListener, getMuleContext, isEventValid, processNext, setListener, setMuleContext, toStringgetAnnotation, getAnnotations, setAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetListenerpublic OutboundResponsePropertiesMessageProcessor(OutboundEndpoint endpoint)
protected MuleEvent processResponse(MuleEvent response, MuleEvent request) throws MuleException
AbstractRequestResponseMessageProcessorprocessResponse in class AbstractRequestResponseMessageProcessorresponse - response event to be processed.request - the request eventMuleException - exception thrown by implementations of this method whiile performing response processingCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.