Package org.mule.processor

Interface Summary
InternalProcessingException A marker interface for exceptions thrown by message processors to perform "long returns".
 

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  
AsyncInterceptingMessageProcessor Processes MuleEvent's asynchronously using a MuleWorkManager to schedule asynchronous processing of the next MessageProcessor.
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 EndpointSecurityFilter configured on the endpoint.
SedaStageInterceptingMessageProcessor Processes MuleEvent's asynchronously using a MuleWorkManager to schedule asynchronous processing of the next MessageProcessor.
StopFurtherMessageProcessingMessageProcessor  
TransactionalInterceptingMessageProcessor Wraps the invocation of the next MessageProcessor with a transaction.
 



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