|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.jaxws.client.PropertyValidator
public class PropertyValidator
Constructor Summary | |
---|---|
PropertyValidator()
|
Method Summary | |
---|---|
static java.lang.Class |
getExpectedValue(java.lang.String key)
|
static boolean |
validate(java.lang.String propName,
java.lang.Object value)
Checks to see if the property value is valid given the name of the property and the type that is expected by JAX-WS. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyValidator()
Method Detail |
---|
public static boolean validate(java.lang.String propName, java.lang.Object value)
propName
- value
-
public static java.lang.Class getExpectedValue(java.lang.String key)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |