Package org.mule.processor

Class Summary
AbstractDynamicMessageProcessor Implementation of MessageProcessor that dynamically chooses and uses another MessageProcessor
AbstractFilteringMessageProcessor Abstract InterceptingMessageProcessor that can be easily be extended and used for filtering message flow through a MessageProcessor chain.
AbstractInterceptingMessageProcessor Abstract implementation of InterceptingMessageProcessor that simply provides an implementation of setNext and holds the next message processor as an attribute.
AbstractMessageProcessorOwner An object that owns message processors and delegates startup/shoutdown events to them
AbstractResponseMessageProcessor  
AsyncDelegateMessageProcessor Processes MuleEvent's asynchronously using a MuleWorkManager to schedule asynchronous processing of MessageProcessor delegate configured the next MessageProcessor.
AsyncInterceptingMessageProcessor Processes MuleEvent's asynchronously using a MuleWorkManager to schedule asynchronous processing of the next MessageProcessor.
AsyncWorkListener  
ExceptionHandlingMessageProcessor  
InvokerMessageProcessor InvokerMessageProcessor invokes a specified method of an object.
NullMessageProcessor  
OptionalAsyncInterceptingMessageProcessor Implementation of AsyncInterceptingMessageProcessor which continues processing in the same thread if the inbound endpoint has an exchange pattern that has a response or if a transaction is present.
ResponseMessageProcessorAdapter  
SecurityFilterMessageProcessor Filters the flow using the specified SecurityFilter.
SedaStageInterceptingMessageProcessor Processes MuleEvent's asynchronously using a MuleWorkManager to schedule asynchronous processing of the next MessageProcessor.
SedaStageLifecycleManager The lifecycle manager responsible for managing lifecycle transitions for a Mule service.
StopFurtherMessageProcessingMessageProcessor  
TransactionalInterceptingMessageProcessor Wraps the invocation of the next MessageProcessor with a transaction.
 



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