org.springframework.integration.xml.config
Class XPathRouterParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.AbstractConsumerEndpointParser
org.springframework.integration.xml.config.XPathRouterParser
- All Implemented Interfaces:
- BeanDefinitionParser
public class XPathRouterParser
- extends AbstractConsumerEndpointParser
Parser for the <xpath-router/> element.
- Author:
- Jonas Partner, Mark Fisher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XPathRouterParser
public XPathRouterParser()
shouldGenerateId
protected boolean shouldGenerateId()
- Overrides:
shouldGenerateId
in class AbstractConsumerEndpointParser
shouldGenerateIdAsFallback
protected boolean shouldGenerateIdAsFallback()
- Overrides:
shouldGenerateIdAsFallback
in class AbstractConsumerEndpointParser
parseHandler
protected BeanDefinitionBuilder parseHandler(Element element,
ParserContext parserContext)
- Description copied from class:
AbstractConsumerEndpointParser
- Parse the MessageHandler.
- Specified by:
parseHandler
in class AbstractConsumerEndpointParser
Copyright © 2010. All Rights Reserved.