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

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


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

Packages that use TypeDesc
org.apache.axis.description   
org.apache.axis.encoding.ser   
org.apache.axis.types   
org.apache.axis.utils   
 

Uses of TypeDesc in org.apache.axis.description
 

Methods in org.apache.axis.description that return TypeDesc
static TypeDesc TypeDesc.getTypeDescForClass(Class cls)
          Static function for centralizing access to type metadata for a given class.
 

Methods in org.apache.axis.description with parameters of type TypeDesc
static void TypeDesc.registerTypeDescForClass(Class cls, TypeDesc td)
          Static function to explicitly register a type description for a given class.
 

Uses of TypeDesc in org.apache.axis.encoding.ser
 

Fields in org.apache.axis.encoding.ser declared as TypeDesc
protected  TypeDesc BeanSerializerFactory.typeDesc
           
protected  TypeDesc BeanSerializer.typeDesc
           
protected  TypeDesc BeanDeserializerFactory.typeDesc
          Type metadata about this class for XML deserialization
protected  TypeDesc BeanDeserializer.typeDesc
          Type metadata about this class for XML deserialization
 

Methods in org.apache.axis.encoding.ser with parameters of type TypeDesc
static Map BeanDeserializerFactory.getProperties(Class javaType, TypeDesc typeDesc)
          Get a list of the bean properties
 

Constructors in org.apache.axis.encoding.ser with parameters of type TypeDesc
SimpleSerializer(Class javaType, javax.xml.namespace.QName xmlType, TypeDesc typeDesc)
           
SimpleDeserializer(Class javaType, javax.xml.namespace.QName xmlType, TypeDesc typeDesc)
           
BeanSerializer(Class javaType, javax.xml.namespace.QName xmlType, TypeDesc typeDesc)
           
BeanSerializer(Class javaType, javax.xml.namespace.QName xmlType, TypeDesc typeDesc, BeanPropertyDescriptor[] propertyDescriptor)
           
BeanDeserializer(Class javaType, javax.xml.namespace.QName xmlType, TypeDesc typeDesc)
           
BeanDeserializer(Class javaType, javax.xml.namespace.QName xmlType, TypeDesc typeDesc, Map propertyMap)
           
 

Uses of TypeDesc in org.apache.axis.types
 

Methods in org.apache.axis.types that return TypeDesc
static TypeDesc Schema.getTypeDesc()
          Return type metadata object
static TypeDesc Notation.getTypeDesc()
           
 

Uses of TypeDesc in org.apache.axis.utils
 

Methods in org.apache.axis.utils with parameters of type TypeDesc
static BeanPropertyDescriptor[] BeanUtils.getPd(Class javaType, TypeDesc typeDesc)
          Create a BeanPropertyDescriptor array for the indicated class.
static Vector BeanUtils.getBeanAttributes(Class javaType, TypeDesc typeDesc)
          Return a list of properties in the bean which should be attributes
static BeanPropertyDescriptor[] BeanUtils.processPropertyDescriptors(PropertyDescriptor[] rawPd, Class cls, TypeDesc typeDesc)
           
 



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