Uses of Class
org.mule.processor.AbstractInterceptingMessageProcessorBase

Packages that use AbstractInterceptingMessageProcessorBase
org.mule.construct   
org.mule.endpoint.outbound   
org.mule.interceptor   
org.mule.lifecycle.processor   
org.mule.processor   
org.mule.routing Defines the core routing patterns supported by mule. 
org.mule.routing.outbound Outbound router implementation as described in the Enterprise Integration Patterns book. 
org.mule.routing.requestreply   
org.mule.service   
org.mule.service.processor   
 

Uses of AbstractInterceptingMessageProcessorBase in org.mule.construct
 

Subclasses of AbstractInterceptingMessageProcessorBase in org.mule.construct
 class AbstractPipeline.ProcessIfPipelineStartedMessageProcessor
           
 

Uses of AbstractInterceptingMessageProcessorBase in org.mule.endpoint.outbound
 

Subclasses of AbstractInterceptingMessageProcessorBase in org.mule.endpoint.outbound
 class OutboundResponsePropertiesMessageProcessor
          Propagates properties from request message to response message as defined by OutboundEndpoint.getResponseProperties().
 class OutboundTxRollbackMessageProcessor
          MessageProcessor implementation that stops outbound flow is the current transaction has been rolled back.
 

Uses of AbstractInterceptingMessageProcessorBase in org.mule.interceptor
 

Subclasses of AbstractInterceptingMessageProcessorBase in org.mule.interceptor
 class AbstractEnvelopeInterceptor
          EnvelopeInterceptor is an intercepter that will fire before and after an event is received.
 class InterceptorStack
          Maintains a list of interceptors that can be applied to components.
 class LoggingInterceptor
          LoggingInterceptor is a simple interceptor that logs a message before and after the event processing.
 class ProcessingTimeInterceptor
          Calculate and record the processing time for a message processing chain
 class TimerInterceptor
          TimerInterceptor simply times and displays the time taken to process an event.
 

Uses of AbstractInterceptingMessageProcessorBase in org.mule.lifecycle.processor
 

Subclasses of AbstractInterceptingMessageProcessorBase in org.mule.lifecycle.processor
 class ProcessIfStartedMessageProcessor
           
 class ProcessIfStartedWaitIfPausedMessageProcessor
           
 class ProcessIfStartedWaitIfSyncPausedMessageProcessor
           
 

Uses of AbstractInterceptingMessageProcessorBase in org.mule.processor
 

Subclasses of AbstractInterceptingMessageProcessorBase in org.mule.processor
 class AbstractFilteringMessageProcessor
          Abstract InterceptingMessageProcessor that can be easily be extended and used for filtering message flow through a MessageProcessor chain.
 class AbstractInterceptingMessageProcessor
          Abstract implementation of InterceptingMessageProcessor that simply provides an implementation of setNext and holds the next message processor as an attribute.
 class AbstractRedeliveryPolicy
          Implement a redelivery policy for Mule.
 class AbstractResponseMessageProcessor
           
 class AsyncInterceptingMessageProcessor
          Processes MuleEvent's asynchronously using a MuleWorkManager to schedule asynchronous processing of the next MessageProcessor.
 class EndpointTransactionalInterceptingMessageProcessor
          Wraps the invocation of the next MessageProcessor with a transaction.
 class ExceptionHandlingMessageProcessor
           
 class IdempotentRedeliveryPolicy
          Implement a retry policy for Mule.
 class LaxAsyncInterceptingMessageProcessor
           
 class LaxSedaStageInterceptingMessageProcessor
          Processes MuleEvent's asynchronously using a MuleWorkManager to schedule asynchronous processing of the next MessageProcessor.
 class ResponseMessageProcessorAdapter
           
 class SecurityFilterMessageProcessor
          Filters the flow using the specified SecurityFilter.
 class SedaStageInterceptingMessageProcessor
          Processes MuleEvent's asynchronously using a MuleWorkManager to schedule asynchronous processing of the next MessageProcessor.
 class StopFurtherMessageProcessingMessageProcessor
           
 class TransactionalInterceptingMessageProcessor
          Wraps the invocation of the next MessageProcessor with a transaction.
 

Uses of AbstractInterceptingMessageProcessorBase in org.mule.routing
 

Subclasses of AbstractInterceptingMessageProcessorBase in org.mule.routing
 class AbstractAggregator
          AbstractEventAggregator will aggregate a set of messages into a single message.
 class AbstractCorrelationAggregator
          AbstractCorrelationAggregatingMessageProcessor uses the CorrelationID and CorrelationGroupSize properties of the MuleMessage to manage message groups.
 class AbstractSplitter
          Splits a message invoking the next message processor one for each split part.
 class CollectionSplitter
          Splits a message that has a Collection, Iterable, MessageSequence or Iterator payload invoking the next message processor one for each item in it.
 class ExpressionSplitter
          Splits a message using the expression provided invoking the next message processor one for each split part.
 class IdempotentMessageFilter
          IdempotentMessageFilter ensures that only unique messages are passed on.
 class IdempotentSecureHashMessageFilter
          IdempotentSecureHashMessageFilter ensures that only unique messages are received by a service.
 class MapSplitter
          Splits a message that has a map payload invoking the next message processor one for each item in the map in order.
 class MessageChunkAggregator
           
 class MessageChunkSplitter
          A router that breaks up the current message onto smaller parts and sends them to the same destination.
 class MessageFilter
          Implementation of InterceptingMessageProcessor that filters message flow using a Filter.
 class Resequencer
          Resequencer is used to resequence events according to their dispatch sequence in the correlation group.
 class SimpleCollectionAggregator
          This router will return all aggregated events as a MuleMessageCollection.
 

Uses of AbstractInterceptingMessageProcessorBase in org.mule.routing.outbound
 

Subclasses of AbstractInterceptingMessageProcessorBase in org.mule.routing.outbound
 class AbstractMessageSequenceSplitter
          Base implementation of a MuleMessage splitter, that converts its payload in a MessageSequence, and process each element of it.
 

Uses of AbstractInterceptingMessageProcessorBase in org.mule.routing.requestreply
 

Subclasses of AbstractInterceptingMessageProcessorBase in org.mule.routing.requestreply
 class AbstractAsyncRequestReplyRequester
           
 class AbstractReplyToPropertyRequestReplyReplier
           
 class AsyncReplyToPropertyRequestReplyReplier
           
 class ReplyToPropertyRequestReplyReplier
           
 class SimpleAsyncRequestReplyRequester
           
 class SimpleRequestReplyReplier
           
 

Uses of AbstractInterceptingMessageProcessorBase in org.mule.service
 

Subclasses of AbstractInterceptingMessageProcessorBase in org.mule.service
 class ForwardingConsumer
          Deprecated.  
 

Uses of AbstractInterceptingMessageProcessorBase in org.mule.service.processor
 

Subclasses of AbstractInterceptingMessageProcessorBase in org.mule.service.processor
 class ServiceAsyncRequestReplyRequestor
          Deprecated. 
 class ServiceInternalMessageProcessor
          Deprecated. 
 class ServiceOutboundMessageProcessor
          Deprecated. 
 



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