public class PropertyValidator
extends java.lang.Object
| Constructor and Description |
|---|
PropertyValidator() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static boolean validate(java.lang.String propName,
java.lang.Object value)
propName - value - public static java.lang.Class getExpectedValue(java.lang.String key)
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.