org.mule.api.processor
Interface MessageProcessorChain

All Superinterfaces:
MessageProcessor, NamedObject
All Known Implementing Classes:
AbstractMessageProcessorChain, DefaultMessageProcessorChain, InterceptingChainLifecycleWrapper, NullMessageProcessor, SimpleMessageProcessorChain, SubflowInterceptingChainLifecycleWrapper

public interface MessageProcessorChain
extends MessageProcessor, NamedObject


Method Summary
 List<MessageProcessor> getMessageProcessors()
           
 
Methods inherited from interface org.mule.api.processor.MessageProcessor
process
 
Methods inherited from interface org.mule.api.NamedObject
getName
 

Method Detail

getMessageProcessors

List<MessageProcessor> getMessageProcessors()


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.