org.springframework.integration.config.xml
Class DefaultRouterParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.AbstractConsumerEndpointParser
org.springframework.integration.config.xml.DefaultRouterParser
- All Implemented Interfaces:
- BeanDefinitionParser
public class DefaultRouterParser
- extends AbstractConsumerEndpointParser
Parser for the <router/> element.
- Author:
- Mark Fisher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultRouterParser
public DefaultRouterParser()
postProcess
protected void postProcess(BeanDefinitionBuilder builder,
Element element,
ParserContext parserContext)
- Subclasses may override this no-op method to provide additional configuration.
parseHandler
protected final 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.