|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.integration.xml.router.AbstractXPathChannelNameResolver
org.springframework.integration.xml.router.XPathMultiChannelNameResolver
public class XPathMultiChannelNameResolver
Nested Class Summary | |
---|---|
private static class |
XPathMultiChannelNameResolver.TextContentNodeMapper
|
Field Summary | |
---|---|
private org.springframework.xml.xpath.NodeMapper |
nodeMapper
|
private org.springframework.xml.xpath.XPathExpression |
xPathExpression
|
Constructor Summary | |
---|---|
XPathMultiChannelNameResolver(org.springframework.xml.xpath.XPathExpression xPathExpression)
|
Method Summary | |
---|---|
java.lang.String[] |
resolve(Message<?> message)
|
void |
setNodeMapper(org.springframework.xml.xpath.NodeMapper nodeMapper)
|
Methods inherited from class org.springframework.integration.xml.router.AbstractXPathChannelNameResolver |
---|
extractNode |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final org.springframework.xml.xpath.XPathExpression xPathExpression
private org.springframework.xml.xpath.NodeMapper nodeMapper
Constructor Detail |
---|
public XPathMultiChannelNameResolver(org.springframework.xml.xpath.XPathExpression xPathExpression)
Method Detail |
---|
public void setNodeMapper(org.springframework.xml.xpath.NodeMapper nodeMapper)
public java.lang.String[] resolve(Message<?> message)
resolve
in interface MultiChannelNameResolver
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |