Uses of Class
com.sun.xml.ws.developer.ValidationErrorHandler
-
Packages that use ValidationErrorHandler Package Description 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 This document describes the architecture of server side JAX-WS 2.0.1 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 Modifier and Type Method Description Class<? extends ValidationErrorHandler>SchemaValidationFeature. getErrorHandler()Invalid schema instances are rejected, a SOAP fault message is created for any invalid request and response message.Class<? extends ValidationErrorHandler>handler()Configure the validation behaviour w.r.t error handling.Constructor parameters in com.sun.xml.ws.developer with type arguments of type ValidationErrorHandler Constructor Description SchemaValidationFeature(boolean inbound, boolean outbound, Class<? extends ValidationErrorHandler> clazz)SchemaValidationFeature(Class<? extends ValidationErrorHandler> clazz)Create anSchemaValidationFeature. -
Uses of ValidationErrorHandler in com.sun.xml.ws.server
Subclasses of ValidationErrorHandler in com.sun.xml.ws.server Modifier and Type Class Description classDraconianValidationErrorHandlerDefaultValidationErrorHandlerthat just rethrows SAXException in case of errors.
-