Class PropertyValidator

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

public class PropertyValidator extends Object
  • Constructor Details

    • PropertyValidator

      public PropertyValidator()
  • Method Details

    • 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)