|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.integration.context.IntegrationObjectSupport org.springframework.integration.handler.AbstractMessageHandler org.springframework.integration.router.AbstractMessageRouter org.springframework.integration.router.AbstractMappingMessageRouter org.springframework.integration.xml.router.XPathRouter
public class XPathRouter
Message Router that uses XPathExpression
evaluation to determine channel names.
Field Summary |
---|
Fields inherited from class org.springframework.integration.context.IntegrationObjectSupport |
---|
logger |
Fields inherited from interface org.springframework.core.Ordered |
---|
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE |
Constructor Summary | |
---|---|
XPathRouter(java.lang.String expression)
Create a router that uses an XPath expression with no namespaces. |
|
XPathRouter(java.lang.String expression,
java.util.Map<java.lang.String,java.lang.String> namespaces)
Create a router that uses an XPath expression. |
|
XPathRouter(java.lang.String expression,
java.lang.String prefix,
java.lang.String namespace)
Create a router uses an XPath expression with one namespace. |
|
XPathRouter(org.springframework.xml.xpath.XPathExpression expression)
Create a router that uses the provided XPath expression. |
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
getChannelKeys(Message<?> message)
Subclasses must implement this method to return the channel keys. |
java.lang.String |
getComponentType()
Subclasses may implement this method to provide component type information. |
void |
setConverter(XmlPayloadConverter converter)
Specify the Converter to use when converting payloads prior to XPath evaluation. |
void |
setEvaluateAsString(boolean evaluateAsString)
|
Methods inherited from class org.springframework.integration.router.AbstractMappingMessageRouter |
---|
determineTargetChannels, getChannelMappings, onInit, removeChannelMapping, setChannelMapping, setChannelMappings, setChannelResolver, setPrefix, setResolutionRequired, setSuffix |
Methods inherited from class org.springframework.integration.router.AbstractMessageRouter |
---|
getMessagingTemplate, getRequiredConversionService, handleMessageInternal, setApplySequence, setDefaultOutputChannel, setIgnoreSendFailures, setTimeout |
Methods inherited from class org.springframework.integration.handler.AbstractMessageHandler |
---|
getOrder, handleMessage, setOrder, setShouldTrack |
Methods inherited from class org.springframework.integration.context.IntegrationObjectSupport |
---|
afterPropertiesSet, getBeanFactory, getComponentName, getConversionService, getTaskScheduler, setBeanFactory, setBeanName, setComponentName, setConversionService, setTaskScheduler, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.springframework.integration.context.NamedComponent |
---|
getComponentName |
Constructor Detail |
---|
public XPathRouter(java.lang.String expression, java.util.Map<java.lang.String,java.lang.String> namespaces)
expression
- the XPath expression as a Stringnamespaces
- map of namespaces with prefixes as the map keyspublic XPathRouter(java.lang.String expression, java.lang.String prefix, java.lang.String namespace)
expression
- the XPath expression as a Stringprefix
- namespace prefixnamespace
- namespace uripublic XPathRouter(java.lang.String expression)
expression
- the XPath expression as a Stringpublic XPathRouter(org.springframework.xml.xpath.XPathExpression expression)
expression
- the XPath expressionMethod Detail |
---|
public void setEvaluateAsString(boolean evaluateAsString)
public void setConverter(XmlPayloadConverter converter)
public java.lang.String getComponentType()
IntegrationObjectSupport
getComponentType
in interface NamedComponent
getComponentType
in class AbstractMessageRouter
protected java.util.List<java.lang.Object> getChannelKeys(Message<?> message)
AbstractMappingMessageRouter
getChannelKeys
in class AbstractMappingMessageRouter
|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |