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

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

Uses of AbstractMessageSplitter in org.mule.routing.outbound
 

Subclasses of AbstractMessageSplitter in org.mule.routing.outbound
 class 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.
 class ExpressionMessageSplitter
          Evaluates a single expression and adds the results of the expression as individual message parts.
 class ListMessageSplitter
          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.
 



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