com.sun.xml.ws.message
Class Util

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

public abstract class Util
extends Object

Utility code for the Message implementation.


Constructor Summary
Util()
           
 
Method Summary
static boolean parseBool(String value)
          Parses a stringthat represents a boolean into boolean.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

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.

Parameters:
value -