Class ResponseUtil


  • @Deprecated
    public class ResponseUtil
    extends java.lang.Object
    Deprecated.
    Response-related utilities.
    • Constructor Summary

      Constructors 
      Constructor Description
      ResponseUtil()
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static java.lang.String escapeXml​(java.lang.String input)
      Deprecated.
      Escape xml text
      static java.io.Writer getXmlEscapingWriter​(java.io.Writer target)
      Deprecated.
      Return a Writer that writes escaped XML text to target
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResponseUtil

        public ResponseUtil()
        Deprecated.
    • Method Detail

      • escapeXml

        public static java.lang.String escapeXml​(java.lang.String input)
        Deprecated.
        Escape xml text
        Parameters:
        input - The text to escape
        Returns:
        The escaped text.
      • getXmlEscapingWriter

        public static java.io.Writer getXmlEscapingWriter​(java.io.Writer target)
        Deprecated.
        Return a Writer that writes escaped XML text to target
        Parameters:
        target - The writer to wrap
        Returns:
        The wrapped writer