public class DefaultEndpointMessageProcessorChainFactory extends Object implements EndpointMessageProcessorChainFactory
| Constructor and Description |
|---|
DefaultEndpointMessageProcessorChainFactory() |
| Modifier and Type | Method and Description |
|---|---|
MessageProcessor |
createInboundMessageProcessorChain(InboundEndpoint endpoint,
FlowConstruct flowConstruct,
MessageProcessor target) |
protected List<MessageProcessor> |
createInboundMessageProcessors(InboundEndpoint endpoint)
Override this method to change the default MessageProcessors.
|
protected List<MessageProcessor> |
createInboundResponseMessageProcessors(InboundEndpoint endpoint)
Override this method to change the default MessageProcessors.
|
MessageProcessor |
createOutboundMessageProcessorChain(OutboundEndpoint endpoint,
MessageProcessor target) |
protected List<MessageProcessor> |
createOutboundMessageProcessors(OutboundEndpoint endpoint)
Override this method to change the default MessageProcessors.
|
protected List<MessageProcessor> |
createOutboundResponseMessageProcessors(OutboundEndpoint endpoint)
Override this method to change the default MessageProcessors.
|
public DefaultEndpointMessageProcessorChainFactory()
protected List<MessageProcessor> createInboundMessageProcessors(InboundEndpoint endpoint)
protected List<MessageProcessor> createInboundResponseMessageProcessors(InboundEndpoint endpoint)
protected List<MessageProcessor> createOutboundMessageProcessors(OutboundEndpoint endpoint) throws MuleException
MuleExceptionprotected List<MessageProcessor> createOutboundResponseMessageProcessors(OutboundEndpoint endpoint) throws MuleException
MuleExceptionpublic MessageProcessor createInboundMessageProcessorChain(InboundEndpoint endpoint, FlowConstruct flowConstruct, MessageProcessor target) throws MuleException
createInboundMessageProcessorChain in interface EndpointMessageProcessorChainFactoryMuleExceptionpublic MessageProcessor createOutboundMessageProcessorChain(OutboundEndpoint endpoint, MessageProcessor target) throws MuleException
createOutboundMessageProcessorChain in interface EndpointMessageProcessorChainFactoryMuleExceptionCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.