org.springframework.integration.config.xml
Class AnnotationConfigParser
java.lang.Object
org.springframework.integration.config.xml.AnnotationConfigParser
- All Implemented Interfaces:
- BeanDefinitionParser
public class AnnotationConfigParser
- extends Object
- implements BeanDefinitionParser
Parser for the <annotation-config> element of the integration namespace.
Adds a MessagingAnnotationPostProcessor
and a PublisherAnnotationBeanPostProcessor
to the application context.
- Author:
- Mark Fisher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationConfigParser
public AnnotationConfigParser()
parse
public BeanDefinition parse(Element element,
ParserContext parserContext)
- Specified by:
parse
in interface BeanDefinitionParser
Copyright © 2010. All Rights Reserved.