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.
Just delegate the real configuration to the
IntegrationRegistrar
.- Author:
- Mark Fisher, Artem Bilan, Gary Russell
-
Constructor Summary
Constructors Constructor Description AnnotationConfigParser()
-
Method Summary
Modifier and Type Method Description BeanDefinition
parse(Element element, ParserContext parserContext)
-
Constructor Details
-
AnnotationConfigParser
public AnnotationConfigParser()
-
-
Method Details
-
parse
- Specified by:
parse
in interfaceBeanDefinitionParser
-