|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.config.metro.util.ParserUtil
public class ParserUtil
| Method Summary | |
|---|---|
static boolean |
parseBooleanValue(java.lang.String value)
Return true if the value is "true" or "1". |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean parseBooleanValue(java.lang.String value)
throws WebServiceException
value - The String representation of the value. Must not be null.
PolicyException - If the value is not "true", "false", "0" or "1".
WebServiceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||