Uses of Class
org.citrusframework.actions.TransformAction.Builder
Packages that use TransformAction.Builder
-
Uses of TransformAction.Builder in org.citrusframework.actions
Methods in org.citrusframework.actions that return TransformAction.BuilderModifier and TypeMethodDescriptionSet the target variable for the resultSet the XML documentSet the XML document as resourceSet the XML document as resourceTransformAction.Builder.sourceFile(String xmlResourcePath) Set the XML document as resource file pathTransformAction.Builder.sourceFile(String xmlResourcePath, String charset) Set the XML document as resource file pathstatic TransformAction.BuilderTransformAction.Builder.transform()Fluent API action building entry method used in Java DSL.Set 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 pathConstructors in org.citrusframework.actions with parameters of type TransformAction.BuilderModifierConstructorDescriptionTransformAction(TransformAction.Builder builder) Default constructor.