Package org.mule.api.processor

Interface Summary
InterceptingMessageProcessor Processes MuleEvent's intercepting another listener MessageProcessor.
InternalMessageProcessor Marker interface that tells that a Message Processor is for internal use only.
MessageProcessor Processes MuleEvent's.
MessageProcessorBuilder Builds MessageProcessor instances.
MessageProcessorChain  
MessageProcessorChainBuilder Builds MessageProcessorChain instances.
MessageProcessorContainer Identifies Constructs that contain Message Processors configured by the user.
MessageProcessorPathElement  
MessageRouter A MessageProcessor that routes messages to zero or more destination message processors.
ProcessingDescriptor Provides information about a processing unit represented by this instance
ProcessingStrategy Determines how a list of message processors should processed.
ProcessingStrategy.StageNameSource  
RequestReplyReplierMessageProcessor Processes a MuleEvent's by invoking the next MessageProcessor and then rather than returning the result to this processors MessageSource sending it via a seperate reply MessageProcessor,
RequestReplyRequesterMessageProcessor Processes a MuleEvent by invoking the next MessageProcessor but receiving the reply, which is turn is returned from this MessageProcessor from a seperate MessageSource rather than using the return value of the next MessageProcessor invocation.
 

Class Summary
DefaultMessageProcessorPathElement  
LoggerMessageProcessor MessageProcessor implementation that logs the current element of a value evaluated from it using an expression evaluator.
MessageProcessors Some convenience methods for message processors.
 



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