Class Util

java.lang.Object
com.sun.xml.ws.message.Util

public final class Util extends Object
Utility code for the Message implementation.
  • Method Details

    • parseBool

      public static boolean parseBool(String value)
      Parses a stringthat represents a boolean into boolean. This method assumes that the whilespace normalization has already taken place.