|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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 |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |