org.springframework.integration.config.xml
Class AnnotationConfigParser

java.lang.Object
  extended by org.springframework.integration.config.xml.AnnotationConfigParser
All Implemented Interfaces:
BeanDefinitionParser

public class AnnotationConfigParser
extends java.lang.Object
implements BeanDefinitionParser

Parser for the <annotation-config> element of the integration namespace. Adds a MessagingAnnotationPostProcessor and a PublisherAnnotationBeanPostProcessor to the application context.


Constructor Summary
AnnotationConfigParser()
           
 
Method Summary
 BeanDefinition parse(org.w3c.dom.Element element, ParserContext parserContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationConfigParser

public AnnotationConfigParser()
Method Detail

parse

public BeanDefinition parse(org.w3c.dom.Element element,
                            ParserContext parserContext)
Specified by:
parse in interface BeanDefinitionParser