|
Spring Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractXPathRouter | |
---|---|
org.springframework.integration.xml.router |
Uses of AbstractXPathRouter in org.springframework.integration.xml.router |
---|
Subclasses of AbstractXPathRouter in org.springframework.integration.xml.router | |
---|---|
class |
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. |
class |
XPathSingleChannelRouter
Router that evaluates the payload using XPathExpression.evaluateAsString(Node)
to extract a channel name. |
|
Spring Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |