Class TextTransformResponse

  • All Implemented Interfaces:
    Response, Replicable<Response>

    public class TextTransformResponse
    extends TransformResponse
    Text Transform Response converts the response data to plain text and outputs it.

    Created: 2008. 03. 22 PM 5:51:58

    • Constructor Detail

      • TextTransformResponse

        public TextTransformResponse​(TransformRule transformRule)
        Instantiates a new TextTransformResponse.
        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