Spring Integration

Uses of Class
org.springframework.integration.router.AbstractChannelNameResolvingMessageRouter

Packages that use AbstractChannelNameResolvingMessageRouter
org.springframework.integration.router   
org.springframework.integration.xml.router   
 

Uses of AbstractChannelNameResolvingMessageRouter in org.springframework.integration.router
 

Subclasses of AbstractChannelNameResolvingMessageRouter in org.springframework.integration.router
 class AbstractSingleChannelNameRouter
          Extends AbstractChannelNameResolvingMessageRouter to support router implementations that always return a single channel name (or null).
 class ExpressionEvaluatingRouter
          A Message Router implementation that evaluates the specified SpEL expression.
 class HeaderValueRouter
          A Message Router that resolves the MessageChannel from a header value.
 class MethodInvokingRouter
          A Message Router that invokes the specified method on the given object.
 

Uses of AbstractChannelNameResolvingMessageRouter in org.springframework.integration.xml.router
 

Subclasses of AbstractChannelNameResolvingMessageRouter in org.springframework.integration.xml.router
 class AbstractXPathRouter
          Abstract base class for Message Routers that use XPathExpression evaluation to determine channel names.
 class XmlPayloadValidatingRouter
           
 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.