Apache CXF API

Uses of Class
org.apache.cxf.annotations.SchemaValidation.SchemaValidationType

Packages that use SchemaValidation.SchemaValidationType
org.apache.cxf.annotations   
org.apache.cxf.helpers   
 

Uses of SchemaValidation.SchemaValidationType in org.apache.cxf.annotations
 

Methods in org.apache.cxf.annotations that return SchemaValidation.SchemaValidationType
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're declared.
 

Uses of SchemaValidation.SchemaValidationType in org.apache.cxf.helpers
 

Methods in org.apache.cxf.helpers that return SchemaValidation.SchemaValidationType
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 API

Apache CXF