org.mule.module.xml.routing |
|
Java Source File Name | Type | Comment |
FilteringXmlMessageSplitter.java | Class | FilteringXmlMessageSplitter will split a DOM4J document into nodes
based on the "splitExpression" property. |
RoundRobinXmlSplitter.java | Class | 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. |