Package | Description |
---|---|
org.apache.cxf.annotations | |
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 |
---|---|
static SchemaValidation.SchemaValidationType |
ServiceUtils.getSchemaValidationType(Message message)
Determines the appropriate SchemaValidationType to return based on either
a Boolean (for backwards compatibility) or the selected Schema Validation Type.
|
Apache CXF