org.mule.api.endpoint
Interface EndpointMessageProcessorChainFactory
- All Known Implementing Classes:
- DefaultEndpointMessageProcessorChainFactory
public interface EndpointMessageProcessorChainFactory
createInboundMessageProcessorChain
MessageProcessor createInboundMessageProcessorChain(InboundEndpoint endpoint,
FlowConstruct flowConstruct,
MessageProcessor target)
throws MuleException
- Throws:
MuleException
createOutboundMessageProcessorChain
MessageProcessor createOutboundMessageProcessorChain(OutboundEndpoint endpoint,
FlowConstruct flowConstruct,
MessageProcessor target)
throws MuleException
- Throws:
MuleException
Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.