Class XmlTransformResponse

    • Constructor Detail

      • XmlTransformResponse

        public XmlTransformResponse​(TransformRule transformRule)
        Instantiates a new XmlTransformResponse.
        Parameters:
        transformRule - the transform rule
    • Method Detail

      • getActionList

        public ActionList getActionList()
        Description copied from interface: Response
        Gets the action list.
        Returns:
        the action list
      • replicate

        public Response replicate()
        Description copied from interface: Response
        Replicates and returns this response.
        Returns:
        the new response
      • transformXml

        public static void transformXml​(ProcessResult processResult,
                                        java.io.Writer writer,
                                        java.lang.String encoding,
                                        boolean pretty)
                                 throws javax.xml.transform.TransformerException
        Throws:
        javax.xml.transform.TransformerException