org.mule.api.endpoint
Interface EndpointMessageProcessorChainFactory

All Known Implementing Classes:
DefaultEndpointMessageProcessorChainFactory

public interface EndpointMessageProcessorChainFactory


Method Summary
 MessageProcessor createInboundMessageProcessorChain(InboundEndpoint endpoint, FlowConstruct flowConstruct, MessageProcessor target)
           
 MessageProcessor createOutboundMessageProcessorChain(OutboundEndpoint endpoint, FlowConstruct flowConstruct, MessageProcessor target)
           
 

Method Detail

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-2014 MuleSoft, Inc.. All Rights Reserved.