Class TransformAction

  • All Implemented Interfaces:
    com.consol.citrus.common.Described, com.consol.citrus.common.Named, com.consol.citrus.TestAction, com.consol.citrus.TestActorAware

    public class TransformAction
    extends AbstractTestAction
    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
    Author:
    Philipp Komninos
    • Method Detail

      • doExecute

        public void doExecute​(com.consol.citrus.context.TestContext context)
        Description copied from class: AbstractTestAction
        Subclasses may add custom execution logic here.
        Specified by:
        doExecute in class AbstractTestAction
      • getXmlData

        public String getXmlData()
        Gets the xmlData.
        Returns:
        the xmlData
      • getXmlResourcePath

        public String getXmlResourcePath()
        Gets the xmlResource.
        Returns:
        the xmlResource
      • getXsltData

        public String getXsltData()
        Gets the xsltData.
        Returns:
        the xsltData
      • getXsltResourcePath

        public String getXsltResourcePath()
        Gets the xsltResource.
        Returns:
        the xsltResource
      • getTargetVariable

        public String getTargetVariable()
        Gets the targetVariable.
        Returns:
        the targetVariable