| java.lang.Object com.sun.xml.ws.message.Util
Util | abstract public class Util (Code) | | Utility code for the
Message implementation.
|
Method Summary | |
public static boolean | parseBool(String value) Parses a stringthat represents a boolean into boolean. |
parseBool | public static boolean parseBool(String value)(Code) | | Parses a stringthat represents a boolean into boolean.
This method assumes that the whilespace normalization has already taken place.
Parameters: value - |
|
|