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
MuleException
MessageProcessor createOutboundMessageProcessorChain(OutboundEndpoint endpoint, MessageProcessor target) throws MuleException
MuleException
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.