@ManagedData public class SchemaValidationFeature extends WebServiceFeature
WebServiceFeature for schema validation.SchemaValidation| Modifier and Type | Field and Description |
|---|---|
static String |
ID
Constant value identifying the SchemaValidationFeature
|
enabled| Constructor and Description |
|---|
SchemaValidationFeature() |
SchemaValidationFeature(boolean inbound,
boolean outbound) |
SchemaValidationFeature(boolean inbound,
boolean outbound,
Class<? extends ValidationErrorHandler> clazz) |
SchemaValidationFeature(Class<? extends ValidationErrorHandler> clazz)
Create an
SchemaValidationFeature. |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ValidationErrorHandler> |
getErrorHandler()
Invalid schema instances are rejected, a SOAP fault message is created
for any invalid request and response message.
|
String |
getID() |
boolean |
isInbound()
Turns validation on/off for inbound messages
|
boolean |
isOutbound()
Turns validation on/off for outbound messages
|
isEnabledpublic static final String ID
public SchemaValidationFeature()
public SchemaValidationFeature(Class<? extends ValidationErrorHandler> clazz)
SchemaValidationFeature.
The instance created will be enabled.public SchemaValidationFeature(boolean inbound,
boolean outbound)
public SchemaValidationFeature(boolean inbound,
boolean outbound,
Class<? extends ValidationErrorHandler> clazz)
@ManagedAttribute public String getID()
getID in class WebServiceFeature@ManagedAttribute public Class<? extends ValidationErrorHandler> getErrorHandler()
public boolean isInbound()
public boolean isOutbound()
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.