Uses of Class
com.sun.xml.ws.developer.ValidationErrorHandler

Packages that use ValidationErrorHandler
com.sun.xml.ws.developer JAX-WS RI vendor extension features that are available to the JAX-WS RI users. 
com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtime 
 

Uses of ValidationErrorHandler in com.sun.xml.ws.developer
 

Methods in com.sun.xml.ws.developer that return types with arguments of type ValidationErrorHandler
 Class<? extends ValidationErrorHandler> SchemaValidationFeature.getErrorHandler()
          Invalid schema instances are rejected, a SOAP fault message is created for any invalid request and response message.
 

Constructor parameters in com.sun.xml.ws.developer with type arguments of type ValidationErrorHandler
SchemaValidationFeature(Class<? extends ValidationErrorHandler> clazz)
          Create an SchemaValidationFeature.
 

Uses of ValidationErrorHandler in com.sun.xml.ws.server
 

Subclasses of ValidationErrorHandler in com.sun.xml.ws.server
 class DraconianValidationErrorHandler