Class AnnotationConfigParser
java.lang.Object
org.springframework.integration.config.xml.AnnotationConfigParser
- All Implemented Interfaces:
- BeanDefinitionParser
Parser for the 
<annotation-config> element of the integration namespace.
 Delegates the real configuration to the IntegrationRegistrar.
 If <enable-publisher> sub-element is present, the PublisherRegistrar
 is called, too.- Author:
- Mark Fisher, Artem Bilan, Gary Russell
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
AnnotationConfigParserpublic AnnotationConfigParser()
 
- 
- 
Method Details- 
parse- Specified by:
- parsein interface- BeanDefinitionParser
 
 
-