Uses of Interface
org.apache.axis.schema.SchemaVersion
-
Packages that use SchemaVersion Package Description org.apache.axis org.apache.axis.message org.apache.axis.schema -
-
Uses of SchemaVersion in org.apache.axis
Methods in org.apache.axis that return SchemaVersion Modifier and Type Method Description SchemaVersion
MessageContext. getSchemaVersion()
Get the XML schema version information.Methods in org.apache.axis with parameters of type SchemaVersion Modifier and Type Method Description void
MessageContext. setSchemaVersion(SchemaVersion schemaVersion)
Set the XML schema version this message context will use. -
Uses of SchemaVersion in org.apache.axis.message
Methods in org.apache.axis.message that return SchemaVersion Modifier and Type Method Description SchemaVersion
SOAPEnvelope. getSchemaVersion()
Get the schema version for this envelopeMethods in org.apache.axis.message with parameters of type SchemaVersion Modifier and Type Method Description void
SOAPEnvelope. setSchemaVersion(SchemaVersion schemaVersion)
Set the schema version for this envelopeConstructors in org.apache.axis.message with parameters of type SchemaVersion Constructor Description SOAPEnvelope(boolean registerPrefixes, SOAPConstants soapConstants, SchemaVersion schemaVersion)
SOAPEnvelope(SOAPConstants soapConstants, SchemaVersion schemaVersion)
-
Uses of SchemaVersion in org.apache.axis.schema
Classes in org.apache.axis.schema that implement SchemaVersion Modifier and Type Class Description class
SchemaVersion1999
1999 Schema characteristics.class
SchemaVersion2000
2000 Schema characteristics.class
SchemaVersion2001
2001 Schema characteristics.Fields in org.apache.axis.schema declared as SchemaVersion Modifier and Type Field Description static SchemaVersion
SchemaVersion. SCHEMA_1999
static SchemaVersion
SchemaVersion. SCHEMA_2000
static SchemaVersion
SchemaVersion. SCHEMA_2001
-