Package org.citrusframework.config.xml
Class TransformActionParser.TransformActionFactoryBean
java.lang.Object
org.citrusframework.config.xml.AbstractTestActionFactoryBean<TransformAction,TransformAction.Builder>
org.citrusframework.config.xml.TransformActionParser.TransformActionFactoryBean
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<TransformAction>
- Enclosing class:
- TransformActionParser
public static class TransformActionParser.TransformActionFactoryBean
extends AbstractTestActionFactoryBean<TransformAction,TransformAction.Builder>
Test action factory bean.
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtains the builder.Class<?>voidsetTargetVariable(String targetVariable) Set the target variable for the resultvoidsetXmlData(String xmlData) Set the XML documentvoidsetXmlResourcePath(String xmlResource) Set the XML document as resourcevoidsetXsltData(String xsltData) Set the XSLT documentvoidsetXsltResourcePath(String xsltResource) Set the XSLT document as resourceMethods inherited from class org.citrusframework.config.xml.AbstractTestActionFactoryBean
setActor, setDescription, setNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBean
isSingleton
-
Constructor Details
-
TransformActionFactoryBean
public TransformActionFactoryBean()
-
-
Method Details
-
setXmlData
Set the XML document- Parameters:
xmlData- the xmlData to set
-
setXmlResourcePath
Set the XML document as resource- Parameters:
xmlResource- the xmlResource to set
-
setXsltData
Set the XSLT document- Parameters:
xsltData- the xsltData to set
-
setXsltResourcePath
Set the XSLT document as resource- Parameters:
xsltResource- the xsltResource to set
-
setTargetVariable
Set the target variable for the result- Parameters:
targetVariable- the targetVariable to set
-
getObject
- Throws:
Exception
-
getObjectType
-
getBuilder
Obtains the builder.- Specified by:
getBuilderin classAbstractTestActionFactoryBean<TransformAction,TransformAction.Builder> - Returns:
- the builder implementation.
-