站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 jaxrpc API Documentation 英文版文档

Uses of Interface org.apache.axis.schema.SchemaVersion (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档


Uses of Interface
org.apache.axis.schema.SchemaVersion

Packages that use SchemaVersion
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
 SchemaVersion MessageContext.getSchemaVersion()
          Schema version information
 

Methods in org.apache.axis with parameters of type SchemaVersion
 void MessageContext.setSchemaVersion(SchemaVersion schemaVersion)
           
 

Uses of SchemaVersion in org.apache.axis.message
 

Methods in org.apache.axis.message that return SchemaVersion
 SchemaVersion SOAPEnvelopeAxisImpl.getSchemaVersion()
          Get the schema version for this envelope
 

Methods in org.apache.axis.message with parameters of type SchemaVersion
 void SOAPEnvelopeAxisImpl.setSchemaVersion(SchemaVersion schemaVersion)
          Set the schema version for this envelope
 

Constructors in org.apache.axis.message with parameters of type SchemaVersion
SOAPEnvelopeAxisImpl(SOAPConstants soapConstants, SchemaVersion schemaVersion)
           
SOAPEnvelopeAxisImpl(boolean registerPrefixes, SOAPConstants soapConstants, SchemaVersion schemaVersion)
           
 

Uses of SchemaVersion in org.apache.axis.schema
 

Classes in org.apache.axis.schema that implement SchemaVersion
 class SchemaVersion1999
          1999 Schema characteristics.
 class SchemaVersion2000
          2000 Schema characteristics.
 class SchemaVersion2001
          2001 Schema characteristics.
 

Fields in org.apache.axis.schema declared as SchemaVersion
static SchemaVersion SchemaVersion.SCHEMA_1999
           
static SchemaVersion SchemaVersion.SCHEMA_2000
           
static SchemaVersion SchemaVersion.SCHEMA_2001
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.