org.apache.axis2.jaxws.client
Class PropertyValidator
java.lang.Object
org.apache.axis2.jaxws.client.PropertyValidator
public class PropertyValidator
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyValidator
public PropertyValidator()
validate
public static boolean validate(String propName,
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.
- Parameters:
propName
- value
-
- Returns:
getExpectedValue
public static Class getExpectedValue(String key)
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.