Class PropertyValidator


  • public class PropertyValidator
    extends Object
    • Constructor Detail

      • PropertyValidator

        public PropertyValidator()
    • Method Detail

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