Class AnnotationConfigParser
java.lang.Object
org.springframework.integration.config.xml.AnnotationConfigParser
- All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser
public class AnnotationConfigParser
extends java.lang.Object
implements org.springframework.beans.factory.xml.BeanDefinitionParser
Parser for the <annotation-config> element of the integration namespace.
Just delegate the real configuration to the
IntegrationRegistrar.-
Constructor Summary
Constructors Constructor Description AnnotationConfigParser() -
Method Summary
Modifier and Type Method Description org.springframework.beans.factory.config.BeanDefinitionparse(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
-
Constructor Details
-
AnnotationConfigParser
public AnnotationConfigParser()
-
-
Method Details
-
parse
public org.springframework.beans.factory.config.BeanDefinition parse(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext)- Specified by:
parsein interfaceorg.springframework.beans.factory.xml.BeanDefinitionParser
-