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

Uses of Class org.apache.axis.description.FieldDesc (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档


Uses of Class
org.apache.axis.description.FieldDesc

Packages that use FieldDesc
org.apache.axis.description   
 

Uses of FieldDesc in org.apache.axis.description
 

Subclasses of FieldDesc in org.apache.axis.description
 class AttributeDesc
          An AttributeDesc is a FieldDesc for an Java field mapping to an XML attribute
 class ElementDesc
          An AttributeDesc is a FieldDesc for an Java field mapping to an XML element
 

Methods in org.apache.axis.description that return FieldDesc
 FieldDesc[] TypeDesc.getFields()
          Obtain the current array of FieldDescs
 FieldDesc[] TypeDesc.getFields(boolean searchParents)
           
 FieldDesc TypeDesc.getFieldByName(String name)
          Get a FieldDesc by field name.
 

Methods in org.apache.axis.description with parameters of type FieldDesc
 void TypeDesc.setFields(FieldDesc[] newFields)
          Replace the array of FieldDescs, making sure we keep our convenience caches in sync.
 void TypeDesc.addFieldDesc(FieldDesc field)
          Add a new FieldDesc, keeping the convenience fields in sync.
 



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