Uses of Package
org.mule.routing

Packages that use org.mule.routing
org.mule.config.spring.factories   
org.mule.example.loanbroker.routers   
org.mule.module.atom.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.config.spring.factories
AbstractSelectiveRouter
           
MessageProcessorFilterPair
          A holder for a pair of MessageProcessor and Filter.
 

Classes in org.mule.routing used by org.mule.example.loanbroker.routers
AbstractAggregator
          AbstractEventAggregator will aggregate a set of messages into a single message.
AbstractCorrelationAggregator
          AbstractCorrelationAggregatingMessageProcessor uses the CorrelationID and CorrelationGroupSize properties of the MuleMessage to manage message groups.
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.module.atom.routing
AbstractSplitter
          Splits a message invoking the next message processor one for each split part.
 

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.
AbstractSelectiveRouter
           
AbstractSplitter
          Splits a message invoking the next message processor one for each split part.
AggregationException
          TODO document
CorrelationMode
           
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
 

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-2012 MuleSoft, Inc.. All Rights Reserved.