Class AnnotationConfigParser

java.lang.Object
org.springframework.integration.config.xml.AnnotationConfigParser
All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser

public class AnnotationConfigParser extends Object implements org.springframework.beans.factory.xml.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.
  • Constructor Details

    • AnnotationConfigParser

      public AnnotationConfigParser()
  • Method Details

    • parse

      public org.springframework.beans.factory.config.BeanDefinition parse(Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
      Specified by:
      parse in interface org.springframework.beans.factory.xml.BeanDefinitionParser