| Package | Description | 
|---|---|
| org.apache.cxf.annotations | |
| org.apache.cxf.feature.validation | |
| org.apache.cxf.helpers | 
| Modifier and Type | Method and Description | 
|---|---|
| static SchemaValidation.SchemaValidationType | SchemaValidation.SchemaValidationType. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static SchemaValidation.SchemaValidationType[] | SchemaValidation.SchemaValidationType. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| SchemaValidation.SchemaValidationType | SchemaValidationTypeProvider. getSchemaValidationType(OperationInfo info) | 
| SchemaValidation.SchemaValidationType | DefaultSchemaValidationTypeProvider. getSchemaValidationType(OperationInfo info) | 
| Constructor and Description | 
|---|
| DefaultSchemaValidationTypeProvider(Map<String,SchemaValidation.SchemaValidationType> operationMap) | 
| Modifier and Type | Method and Description | 
|---|---|
| static SchemaValidation.SchemaValidationType | ServiceUtils. getSchemaValidationType(Message message)A convenience method to check for schema validation config in the message context, and then in the service model. | 
| static SchemaValidation.SchemaValidationType | ServiceUtils. getSchemaValidationType(Object obj) | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | ServiceUtils. isSchemaValidationEnabled(SchemaValidation.SchemaValidationType type,
                         Message message)A short cut method to be able to test for if Schema Validation should be enabled
 for IN or OUT without having to check BOTH and IN or OUT. | 
Apache CXF