Class XslTransformResponse

  • All Implemented Interfaces:
    Response, Replicable<Response>

    public class XslTransformResponse
    extends TransformResponse
    XSL Transform Response converts the response data to XML and applies XSLT transformation to it. Created: 2008. 03. 22 PM 5:51:58
    • Constructor Detail

      • XslTransformResponse

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

      • replicate

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