Uses of Package
org.mule.routing

Packages that use org.mule.routing
org.mule.processor   
org.mule.routing Defines the core routing patterns supported by mule. 
org.mule.routing.correlation   
org.mule.routing.outbound Outbound router implementation as described in the Enterprise Integration Patterns book. 
org.mule.service   
org.mule.util.collection   
 

Classes in org.mule.routing used by org.mule.processor
MessageProcessorFilterPair
          A holder for a pair of MessageProcessor and Filter.
 

Classes in org.mule.routing used by org.mule.routing
AbstractAggregator
          AbstractEventAggregator will aggregate a set of messages into a single message.
AbstractCatchAllStrategy
          RouterCatchAllStrategy is a strategy interface that allows developers to hook in custom code when an event is being routed on the inbound or outbound but does not match any of the criteria defined for the routing.
AbstractRoutingStrategy
          Abstract routing strategy with utility methods to be reused by routing strategies
AbstractSelectiveRouter
           
AbstractSplitter
          Splits a message invoking the next message processor one for each split part.
AbstractUntilSuccessfulProcessingStrategy
          Abstract class with common logic for until successful processing strategies.
AggregationException
          TODO document
AggregationStrategy
          Strategy pattern for aggregating a list of MuleEvent passed through a AggregationContext into a single one
CorrelationMode
           
DynamicRouteResolver
          SPI for dynamic route resolvers
EventGroup
          EventGroup is a holder over events grouped by a common group Id.
IdempotentMessageFilter
          IdempotentMessageFilter ensures that only unique messages are passed on.
IdentifiableDynamicRouteResolver
          SPI for identifiable dynamic route resolvers
MessageProcessorFilterPair
          A holder for a pair of MessageProcessor and Filter.
MessageSequence
          A sequence of messages
RoutingFailedMessagingException
          Exception through by routing strategies when routing fails
RoutingStrategy
          Defines an strategy to route a MuleEvent through a set of MessageProcessor
UntilSuccessfulConfiguration
          Configuration required for UntilSuccessful router processing strategy.
UntilSuccessfulProcessingStrategy
          Defines a processing strategy for until successful router.
 

Classes in org.mule.routing used by org.mule.routing.correlation
AggregationException
          TODO document
EventGroup
          EventGroup is a holder over events grouped by a common group Id.
 

Classes in org.mule.routing used by org.mule.routing.outbound
AbstractMessageSequence
          An abstract implementation of a MessageSequence, that does not support AbstractMessageSequence.remove()
CorrelationMode
           
MessageSequence
          A sequence of messages
 

Classes in org.mule.routing used by org.mule.service
MessageFilter
          Implementation of InterceptingMessageProcessor that filters message flow using a Filter.
 

Classes in org.mule.routing used by org.mule.util.collection
MessageSequence
          A sequence of messages
 



Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.