Uses of Interface
org.apache.axis.schema.SchemaVersion
Packages that use SchemaVersion
-
Uses of SchemaVersion in org.apache.axis
Methods in org.apache.axis that return SchemaVersionModifier and TypeMethodDescriptionMessageContext.getSchemaVersion()
Get the XML schema version information.Methods in org.apache.axis with parameters of type SchemaVersionModifier and TypeMethodDescriptionvoid
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 SchemaVersionModifier and TypeMethodDescriptionSOAPEnvelope.getSchemaVersion()
Get the schema version for this envelopeMethods in org.apache.axis.message with parameters of type SchemaVersionModifier and TypeMethodDescriptionvoid
SOAPEnvelope.setSchemaVersion
(SchemaVersion schemaVersion) Set the schema version for this envelopeConstructors in org.apache.axis.message with parameters of type SchemaVersionModifierConstructorDescriptionSOAPEnvelope
(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 SchemaVersionModifier and TypeClassDescriptionclass
1999 Schema characteristics.class
2000 Schema characteristics.class
2001 Schema characteristics.Fields in org.apache.axis.schema declared as SchemaVersionModifier and TypeFieldDescriptionstatic final SchemaVersion
SchemaVersion.SCHEMA_1999
static final SchemaVersion
SchemaVersion.SCHEMA_2000
static final SchemaVersion
SchemaVersion.SCHEMA_2001