Uses of Class
com.sun.xml.ws.developer.ValidationErrorHandler
Packages that use ValidationErrorHandler
Package
Description
JAX-WS RI vendor extension features that are available to the JAX-WS RI users.
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 ValidationErrorHandlerModifier and TypeMethodDescriptionClass<? 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 ValidationErrorHandlerModifierConstructorDescriptionSchemaValidationFeature(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.serverModifier and TypeClassDescriptionclassDefaultValidationErrorHandlerthat just rethrows SAXException in case of errors.