Class ActionParser

  • All Implemented Interfaces:
    org.springframework.beans.factory.xml.BeanDefinitionParser

    public class ActionParser
    extends Object
    implements org.springframework.beans.factory.xml.BeanDefinitionParser
    Bean definition parser for generic test action element.
    Author:
    Christoph Deppisch
    • Constructor Detail

      • ActionParser

        public ActionParser()
    • Method Detail

      • 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
        See Also:
        BeanDefinitionParser.parse(org.w3c.dom.Element, org.springframework.beans.factory.xml.ParserContext)