Class WebServiceUtil


  • public abstract class WebServiceUtil
    extends Object
    Utility class for Web Services implementations.
    Since:
    4.0.9
    Version:
    $Revision: 5769 $ $Date: 2007-02-01 12:00:07 -0200 (Thu, 01 Feb 2007) $
    • Constructor Detail

      • WebServiceUtil

        public WebServiceUtil()
    • Method Detail

      • zeroLengthToNull

        public static String zeroLengthToNull​(String value)
        Converts zero-length strings to null. Used by code that reads web service response objects, that come with null string values as zero-length strings.
        Parameters:
        value - string value to be converted
        Returns:
        value converted