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

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

Uses of AbstractMessageSplitter in org.mule.module.xml.routing
 

Subclasses of AbstractMessageSplitter in org.mule.module.xml.routing
 class FilteringXmlMessageSplitter
          FilteringXmlMessageSplitter will split a DOM4J document into nodes based on the "splitExpression" property.
 class RoundRobinXmlSplitter
          This router will split the Xml message into parts based on the xpath expression and route each new event to the endpoints on the router, one after the other.
 

Uses of AbstractMessageSplitter in org.mule.routing.outbound
 

Subclasses of AbstractMessageSplitter in org.mule.routing.outbound
 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.
 



Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.