org.apache.axis2.jaxws.client
Class PropertyValidator

java.lang.Object
  extended by org.apache.axis2.jaxws.client.PropertyValidator

public class PropertyValidator
extends java.lang.Object


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

PropertyValidator

public PropertyValidator()
Method Detail

validate

public 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.

Parameters:
propName -
value -
Returns:

getExpectedValue

public static java.lang.Class getExpectedValue(java.lang.String key)


Copyright © 2007 Apache Web Services Project. All Rights Reserved.