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 SchemaVersionMessageContext. getSchemaVersion()Get the XML schema version information.Methods in org.apache.axis with parameters of type SchemaVersion Modifier and Type Method Description voidMessageContext. 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 SchemaVersionSOAPEnvelope. getSchemaVersion()Get the schema version for this envelopeMethods in org.apache.axis.message with parameters of type SchemaVersion Modifier and Type Method Description voidSOAPEnvelope. 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 classSchemaVersion19991999 Schema characteristics.classSchemaVersion20002000 Schema characteristics.classSchemaVersion20012001 Schema characteristics.Fields in org.apache.axis.schema declared as SchemaVersion Modifier and Type Field Description static SchemaVersionSchemaVersion. SCHEMA_1999static SchemaVersionSchemaVersion. SCHEMA_2000static SchemaVersionSchemaVersion. SCHEMA_2001
-