Class WebServiceUtil


  • public abstract class WebServiceUtil
    extends java.lang.Object
    Utility class for Web Services implementations.
    Since:
    4.0.9
    Version:
    $Revision$ $Date$
    • Constructor Detail

      • WebServiceUtil

        public WebServiceUtil()
    • Method Detail

      • zeroLengthToNull

        public static java.lang.String zeroLengthToNull​(java.lang.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