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
MuleException
protected List<MessageProcessor> createOutboundResponseMessageProcessors(OutboundEndpoint endpoint) throws MuleException
MuleException
public MessageProcessor createInboundMessageProcessorChain(InboundEndpoint endpoint, FlowConstruct flowConstruct, MessageProcessor target) throws MuleException
createInboundMessageProcessorChain
in interface EndpointMessageProcessorChainFactory
MuleException
public MessageProcessor createOutboundMessageProcessorChain(OutboundEndpoint endpoint, MessageProcessor target) throws MuleException
createOutboundMessageProcessorChain
in interface EndpointMessageProcessorChainFactory
MuleException
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.