Uses of Package
org.mule.routing.outbound

Packages that use org.mule.routing.outbound
org.mule.config.dsl.routers   
org.mule.module.atom.routing   
org.mule.module.sxc   
org.mule.module.xml.routing   
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. 
 

Classes in org.mule.routing.outbound used by org.mule.config.dsl.routers
AbstractOutboundRouter
          AbstractOutboundRouter is a base router class that tracks statistics about message processing through the router.
 

Classes in org.mule.routing.outbound used by org.mule.module.atom.routing
AbstractMessageSequenceSplitter
          Base implementation of a MuleMessage splitter, that converts its payload in a MessageSequence, and process each element of it.
 

Classes in org.mule.routing.outbound used by org.mule.module.sxc
AbstractOutboundRouter
          AbstractOutboundRouter is a base router class that tracks statistics about message processing through the router.
FilteringOutboundRouter
          FilteringRouter is a router that accepts events based on a filter set.
 

Classes in org.mule.routing.outbound used by org.mule.module.xml.routing
AbstractMessageSplitter
          AbstractMessageSplitter is an outbound Message Splitter used to split the contents of a received message into sub parts that can be processed by other components.
AbstractOutboundRouter
          AbstractOutboundRouter is a base router class that tracks statistics about message processing through the router.
AbstractRoundRobinMessageSplitter
          FilteringListMessageSplitter accepts a List as a message payload then routes list elements as messages over an endpoint where the endpoint's filter accepts the payload.
FilteringOutboundRouter
          FilteringRouter is a router that accepts events based on a filter set.
 

Classes in org.mule.routing.outbound used by org.mule.routing
AbstractMessageSequenceSplitter
          Base implementation of a MuleMessage splitter, that converts its payload in a MessageSequence, and process each element of it.
AbstractOutboundRouter
          AbstractOutboundRouter is a base router class that tracks statistics about message processing through the router.
 

Classes in org.mule.routing.outbound used by org.mule.routing.outbound
AbstractMessageSplitter
          AbstractMessageSplitter is an outbound Message Splitter used to split the contents of a received message into sub parts that can be processed by other components.
AbstractOutboundRouter
          AbstractOutboundRouter is a base router class that tracks statistics about message processing through the router.
AbstractRecipientList
          AbstractRecipientList is used to dispatch a single event to multiple recipients over the same transport.
AbstractRoundRobinMessageSplitter
          FilteringListMessageSplitter accepts a List as a message payload then routes list elements as messages over an endpoint where the endpoint's filter accepts the payload.
AbstractSequenceRouter
          Defines a router that sequentially routes a given message to the list of registered endpoints and returns the aggregate responses as the result.
ExpressionRecipientList
           
FilteringOutboundRouter
          FilteringRouter is a router that accepts events based on a filter set.
SplitMessage
          A Split message contains one or more message parts with an endpoint associated with each part.
SplitMessage.MessagePart
           
 



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