Uses of Package
org.mule.routing.outbound

Packages that use org.mule.routing.outbound
org.mule.module.sxc   
org.mule.module.xml.routing   
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.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.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.
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-2009 MuleSource, Inc.. All Rights Reserved.