Spring Integration

Uses of Class
org.springframework.integration.xml.router.AbstractXPathRouter

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

Copyright © 2010. All Rights Reserved.