Package org.apache.axis2.jaxws.client
Class PropertyValidator
- java.lang.Object
-
- org.apache.axis2.jaxws.client.PropertyValidator
-
public class PropertyValidator extends Object
-
-
Constructor Summary
Constructors Constructor Description PropertyValidator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Class
getExpectedValue(String key)
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.
-