Class ResponseUtil


  • @Deprecated
    public class ResponseUtil
    extends Object
    Deprecated.
    Use ResponseUtil
    Response-related utilities.
    • Constructor Detail

      • ResponseUtil

        public ResponseUtil()
        Deprecated.
    • Method Detail

      • escapeXml

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

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