Class TransformActionParser.TransformActionFactoryBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.FactoryBean<com.consol.citrus.actions.TransformAction>
    Enclosing class:
    TransformActionParser

    public static class TransformActionParser.TransformActionFactoryBean
    extends AbstractTestActionFactoryBean<com.consol.citrus.actions.TransformAction,​com.consol.citrus.actions.TransformAction.Builder>
    Test action factory bean.
    • Constructor Detail

      • TransformActionFactoryBean

        public TransformActionFactoryBean()
    • Method Detail

      • setXmlData

        public void setXmlData​(String xmlData)
        Set the XML document
        Parameters:
        xmlData - the xmlData to set
      • setXmlResourcePath

        public void setXmlResourcePath​(String xmlResource)
        Set the XML document as resource
        Parameters:
        xmlResource - the xmlResource to set
      • setXsltData

        public void setXsltData​(String xsltData)
        Set the XSLT document
        Parameters:
        xsltData - the xsltData to set
      • setXsltResourcePath

        public void setXsltResourcePath​(String xsltResource)
        Set the XSLT document as resource
        Parameters:
        xsltResource - the xsltResource to set
      • setTargetVariable

        public void setTargetVariable​(String targetVariable)
        Set the target variable for the result
        Parameters:
        targetVariable - the targetVariable to set
      • getObject

        public com.consol.citrus.actions.TransformAction getObject()
                                                            throws Exception
        Throws:
        Exception
      • getObjectType

        public Class<?> getObjectType()
      • getBuilder

        public com.consol.citrus.actions.TransformAction.Builder getBuilder()
        Obtains the builder.
        Specified by:
        getBuilder in class AbstractTestActionFactoryBean<com.consol.citrus.actions.TransformAction,​com.consol.citrus.actions.TransformAction.Builder>
        Returns:
        the builder implementation.