Class AbstractJmsEndpointParser

  • All Implemented Interfaces:
    org.springframework.beans.factory.xml.BeanDefinitionParser
    Direct Known Subclasses:
    JmsEndpointParser, JmsSyncEndpointParser

    public abstract class AbstractJmsEndpointParser
    extends AbstractEndpointParser
    Abstract base class for JMS endpoint configuration. Parser creates endpoint bean definitions setting properties and property references.
    Since:
    1.4
    Author:
    Christoph Deppisch
    • Constructor Detail

      • AbstractJmsEndpointParser

        public AbstractJmsEndpointParser()
    • Method Detail

      • parseEndpointConfiguration

        protected void parseEndpointConfiguration​(org.springframework.beans.factory.support.BeanDefinitionBuilder endpointConfiguration,
                                                  Element element,
                                                  org.springframework.beans.factory.xml.ParserContext parserContext)
        Overrides:
        parseEndpointConfiguration in class AbstractEndpointParser