Package org.citrusframework.actions
Interface TransformActionBuilder<T extends TestAction>
- All Superinterfaces:
ActionBuilder<T,,TransformActionBuilder<T>> TestActionBuilder<T>
public interface TransformActionBuilder<T extends TestAction>
extends ActionBuilder<T,TransformActionBuilder<T>>, TestActionBuilder<T>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.citrusframework.TestActionBuilder
TestActionBuilder.DelegatingTestActionBuilder<T extends TestAction> -
Field Summary
Fields inherited from interface org.citrusframework.TestActionBuilder
logger, RESOURCE_PATH, TYPE_RESOLVER -
Method Summary
Modifier and TypeMethodDescriptionSet the target variable for the resultSet the XML documentSet the XML document as resourceSet the XML document as resourcesourceFile(String xmlResourcePath) Set the XML document as resource file pathsourceFile(String xmlResourcePath, String charset) Set the XML document as resource file pathSet the target variable for the resultSet the XSLT documentSet the XSLT document as resourceSet the XSLT document as resourceSet the XML document as resource file pathSet the XML document as resource file pathMethods inherited from interface org.citrusframework.actions.ActionBuilder
actor, description, nameMethods inherited from interface org.citrusframework.TestActionBuilder
build
-
Method Details
-
result
Set the target variable for the result- Parameters:
variable-
-
variable
Set the target variable for the result- Parameters:
variable-
-
source
Set the XML document- Parameters:
xmlData- the xmlData to set
-
source
Set the XML document as resource- Parameters:
xmlResource- the xmlResource to set
-
sourceFile
Set the XML document as resource file path- Parameters:
xmlResourcePath- the xmlResource to set
-
sourceFile
Set the XML document as resource file path- Parameters:
xmlResourcePath- the xmlResource to setcharset-
-
source
Set the XML document as resource- Parameters:
xmlResource- the xmlResource to setcharset-
-
xslt
Set the XSLT document- Parameters:
xsltData- the xsltData to set
-
xslt
Set the XSLT document as resource- Parameters:
xsltResource- the xsltResource to set
-
xsltFile
Set the XML document as resource file path- Parameters:
xsltResourcePath- the xmlResource to set
-
xsltFile
Set the XML document as resource file path- Parameters:
xsltResourcePath- the xmlResource to setcharset-
-
xslt
Set the XSLT document as resource- Parameters:
xsltResource- the xsltResource to setcharset-
-