Package | Description |
---|---|
org.mule.module.xml.routing | |
org.mule.routing.outbound |
Outbound router implementation as described in the Enterprise Integration Patterns book.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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–2013 MuleSource, Inc.. All rights reserved.