Class SoapSafeString


  • public class SoapSafeString
    extends Object
    Utility for replacing binary control characters within text strings with spaces.
    • Constructor Detail

      • SoapSafeString

        public SoapSafeString()
    • Method Detail

      • makeSafe

        public static String makeSafe​(String s)
        Converts a string to a SOAP safe string by replacing binary control characters with spaces.
        Parameters:
        s - String to make safe.
        Returns:
        SOAP safe string.
      • makeSafe2

        public static String makeSafe2​(String s)
        Converts a string to a SOAP safe string by replacing binary control characters with spaces.
        Parameters:
        s - String to make safe.
        Returns:
        SOAP safe string.