Package org.springframework.integration.xml.router

Class Summary
AbstractXPathRouter Abstract base class for Message Routers that use XPathExpression evaluation to determine channel names.
XPathMultiChannelRouter A router that evaluates the XPath expression using XPathExpression.evaluateAsNodeList(Node) which returns zero or more nodes in conjunction with an instance of NodeMapper to produce zero or more channel names.
XPathSingleChannelRouter Router that evaluates the payload using XPathExpression.evaluateAsString(Node) to extract a channel name.