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   
 

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.
AggregationException
          TODO document
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.
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
 

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.
 



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