Package org.citrusframework.actions
Class TransformAction
java.lang.Object
org.citrusframework.actions.AbstractTestAction
org.citrusframework.actions.TransformAction
- All Implemented Interfaces:
Described,Named,TestAction,TestActorAware
Action transforms a XML document(specified inline or from external file resource)
with a XSLT document(specified inline or from external file resource)
and puts the result in the specified variable.
- Since:
- 2010
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.citrusframework.actions.AbstractTestAction
description -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoExecute(TestContext context) Subclasses may add custom execution logic here.Gets the targetVariable.Gets the xmlData.Gets the xmlResource.Gets the xsltData.Gets the xsltResource.Methods inherited from class org.citrusframework.actions.AbstractTestAction
execute, getActor, getDescription, getName, isDisabled, setActor, setDescription, setName
-
Constructor Details
-
TransformAction
Default constructor.
-
-
Method Details
-
doExecute
Description copied from class:AbstractTestActionSubclasses may add custom execution logic here.- Specified by:
doExecutein classAbstractTestAction
-
getXmlData
Gets the xmlData.- Returns:
- the xmlData
-
getXmlResourcePath
Gets the xmlResource.- Returns:
- the xmlResource
-
getXsltData
Gets the xsltData.- Returns:
- the xsltData
-
getXsltResourcePath
Gets the xsltResource.- Returns:
- the xsltResource
-
getTargetVariable
Gets the targetVariable.- Returns:
- the targetVariable
-