public interface EndpointMessageProcessorChainFactory
| Modifier and Type | Method and Description |
|---|---|
MessageProcessor |
createInboundMessageProcessorChain(InboundEndpoint endpoint,
FlowConstruct flowConstruct,
MessageProcessor target) |
MessageProcessor |
createOutboundMessageProcessorChain(OutboundEndpoint endpoint,
MessageProcessor target) |
MessageProcessor createInboundMessageProcessorChain(InboundEndpoint endpoint, FlowConstruct flowConstruct, MessageProcessor target) throws MuleException
MuleExceptionMessageProcessor createOutboundMessageProcessorChain(OutboundEndpoint endpoint, MessageProcessor target) throws MuleException
MuleExceptionCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.