Uses of Enum
org.apache.cxf.annotations.SchemaValidation.SchemaValidationType
Packages that use SchemaValidation.SchemaValidationType
Package
Description
-
Uses of SchemaValidation.SchemaValidationType in org.apache.cxf.annotations
Methods in org.apache.cxf.annotations that return SchemaValidation.SchemaValidationTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.SchemaValidation.SchemaValidationType.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SchemaValidation.SchemaValidationType in org.apache.cxf.feature.validation
Methods in org.apache.cxf.feature.validation that return SchemaValidation.SchemaValidationTypeModifier and TypeMethodDescriptionDefaultSchemaValidationTypeProvider.getSchemaValidationType
(OperationInfo info) SchemaValidationTypeProvider.getSchemaValidationType
(OperationInfo info) Constructor parameters in org.apache.cxf.feature.validation with type arguments of type SchemaValidation.SchemaValidationTypeModifierConstructorDescription -
Uses of SchemaValidation.SchemaValidationType in org.apache.cxf.helpers
Methods in org.apache.cxf.helpers that return SchemaValidation.SchemaValidationTypeModifier and TypeMethodDescriptionServiceUtils.getSchemaValidationType
(Object obj) ServiceUtils.getSchemaValidationType
(Message message) A convenience method to check for schema validation config in the message context, and then in the service model.Methods in org.apache.cxf.helpers with parameters of type SchemaValidation.SchemaValidationTypeModifier and TypeMethodDescriptionstatic 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.