Package com.consol.citrus.config.xml
Class SQLActionParser
- java.lang.Object
-
- com.consol.citrus.config.xml.SQLActionParser
-
- All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser
public class SQLActionParser extends Object implements org.springframework.beans.factory.xml.BeanDefinitionParser
Bean definition parser for sql action in test case.- Author:
- Christoph Deppisch
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSQLActionParser.ExecuteSQLActionFactoryBeanTest action factory bean.static classSQLActionParser.ExecuteSQLQueryActionFactoryBeanTest action factory bean.
-
Constructor Summary
Constructors Constructor Description SQLActionParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.beans.factory.config.BeanDefinitionparse(Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
-
-
-
Method Detail
-
parse
public org.springframework.beans.factory.config.BeanDefinition parse(Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
- Specified by:
parsein interfaceorg.springframework.beans.factory.xml.BeanDefinitionParser
-
-