Class AbstractDirectEndpointParser

    • Constructor Detail

      • AbstractDirectEndpointParser

        public AbstractDirectEndpointParser()
    • Method Detail

      • parseEndpointConfiguration

        protected void parseEndpointConfiguration​(org.springframework.beans.factory.support.BeanDefinitionBuilder endpointConfiguration,
                                                  Element element,
                                                  org.springframework.beans.factory.xml.ParserContext parserContext)
        Description copied from class: AbstractEndpointParser
        Subclasses can override this parsing method in order to provide proper endpoint configuration bean definition properties.
        Overrides:
        parseEndpointConfiguration in class AbstractEndpointParser