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

Uses in package org.apache.axis.types

Methods with return type org.apache.axis.description.TypeDesc

TypeDesc
TypeDesc
Return type metadata object

Uses in package org.apache.axis.description

Methods with parameter type org.apache.axis.description.TypeDesc

void
Static function to explicitly register a type description for a given class.

Methods with return type org.apache.axis.description.TypeDesc

TypeDesc
Static function for centralizing access to type metadata for a given class.

Uses in package org.apache.axis.encoding.ser

Constructors with parameter type org.apache.axis.description.TypeDesc

BeanDeserializer.BeanDeserializer(Class javaType, QName xmlType, TypeDesc typeDesc)
BeanDeserializer.BeanDeserializer(Class javaType, QName xmlType, TypeDesc typeDesc, Map propertyMap)
BeanSerializer.BeanSerializer(Class javaType, QName xmlType, TypeDesc typeDesc)
BeanSerializer.BeanSerializer(Class javaType, QName xmlType, TypeDesc typeDesc, BeanPropertyDescriptor[] propertyDescriptor)
SimpleDeserializer.SimpleDeserializer(Class javaType, QName xmlType, TypeDesc typeDesc)
SimpleListDeserializer.SimpleListDeserializer(Class javaType, QName xmlType, TypeDesc typeDesc)
SimpleListSerializer.SimpleListSerializer(Class javaType, QName xmlType, TypeDesc typeDesc)
SimpleSerializer.SimpleSerializer(Class javaType, QName xmlType, TypeDesc typeDesc)

Fields of type org.apache.axis.description.TypeDesc

TypeDesc
Type metadata about this class for XML deserialization
TypeDesc
Type metadata about this class for XML deserialization
TypeDesc
TypeDesc

Methods with parameter type org.apache.axis.description.TypeDesc

Map
BeanDeserializerFactory.getProperties(Class javaType, TypeDesc typeDesc)
Get a list of the bean properties

Uses in package org.apache.axis.utils

Methods with parameter type org.apache.axis.description.TypeDesc

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

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.