Uses of Class
org.mule.routing.outbound.AbstractOutboundRouter

Packages that use AbstractOutboundRouter
org.mule.routing.outbound Outbound router implementation as described in the Enterprise Integration Patterns book. 
 

Uses of AbstractOutboundRouter in org.mule.routing.outbound
 

Subclasses of AbstractOutboundRouter in org.mule.routing.outbound
 class AbstractMessageSplitter
          AbstractMessageSplitter is an outbound Message Splitter used to split the contents of a received message into sup parts that can be processed by other components.
 class AbstractRecipientList
          AbstractRecipientList is used to dispatch a single event to multiple recipients over the same transport.
 class ChainingRouter
          ChainingRouter is used to pass a Mule event through multiple endpoints using the result of the first and the input for the second
 class FilteringListMessageSplitter
          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.
 class FilteringOutboundRouter
          FilteringRouter is a router that accepts events based on a filter set.
 class MulticastingRouter
          MulticastingRouter will broadcast the current message to every endpoint registed with the router.
 class OutboundPassThroughRouter
          InboundPassThroughRouter allows outbound routing over a single endpoint without any filtering.
 class StaticRecipientList
          StaticRecipientList is used to dispatch a single event to multiple recipients over the same transport.
 



Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.