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 |
JAX-WS 2.0.1 Server Runtime
|
Modifier and Type | Method and Description |
---|---|
Class<? extends ValidationErrorHandler> |
SchemaValidationFeature.getErrorHandler()
Invalid schema instances are rejected, a SOAP fault message is created
for any invalid request and response message.
|
Constructor and Description |
---|
SchemaValidationFeature(boolean inbound,
boolean outbound,
Class<? extends ValidationErrorHandler> clazz) |
SchemaValidationFeature(Class<? extends ValidationErrorHandler> clazz)
Create an
SchemaValidationFeature . |
Modifier and Type | Class and Description |
---|---|
class |
DraconianValidationErrorHandler
Default
ValidationErrorHandler that just rethrows SAXException
in case of errors. |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.