org.springframework.integration.config.xml
Class AggregatorParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.AbstractConsumerEndpointParser
org.springframework.integration.config.xml.AggregatorParser
- All Implemented Interfaces:
- BeanDefinitionParser
public class AggregatorParser
- extends AbstractConsumerEndpointParser
Parser for the aggregator element of the integration namespace. Registers the annotation-driven
post-processors.
- Author:
- Marius Bogoevici, Mark Fisher, Oleg Zhurakousky, Dave Syer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AggregatorParser
public AggregatorParser()
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.