Uses of Class
org.apache.axis.description.TypeDesc
Packages that use TypeDesc
Package
Description
-
Uses of TypeDesc in org.apache.axis.description
Methods in org.apache.axis.description that return TypeDescModifier and TypeMethodDescriptionstatic 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 TypeDescModifier and TypeMethodDescriptionstatic 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 TypeDescModifier and TypeFieldDescriptionprotected TypeDesc
BeanDeserializer.typeDesc
Type metadata about this class for XML deserializationprotected TypeDesc
BeanDeserializerFactory.typeDesc
Type metadata about this class for XML deserializationprotected TypeDesc
BeanSerializer.typeDesc
protected TypeDesc
BeanSerializerFactory.typeDesc
Methods in org.apache.axis.encoding.ser with parameters of type TypeDescModifier and TypeMethodDescriptionstatic Map
BeanDeserializerFactory.getProperties
(Class javaType, TypeDesc typeDesc) Get a list of the bean propertiesConstructors in org.apache.axis.encoding.ser with parameters of type TypeDescModifierConstructorDescriptionBeanDeserializer
(Class javaType, QName xmlType, TypeDesc typeDesc) BeanDeserializer
(Class javaType, QName xmlType, TypeDesc typeDesc, Map propertyMap) BeanSerializer
(Class javaType, QName xmlType, TypeDesc typeDesc) BeanSerializer
(Class javaType, QName xmlType, TypeDesc typeDesc, BeanPropertyDescriptor[] propertyDescriptor) SimpleDeserializer
(Class javaType, QName xmlType, TypeDesc typeDesc) SimpleListDeserializer
(Class javaType, QName xmlType, TypeDesc typeDesc) SimpleListSerializer
(Class javaType, QName xmlType, TypeDesc typeDesc) SimpleSerializer
(Class javaType, QName xmlType, TypeDesc typeDesc) -
Uses of TypeDesc in org.apache.axis.types
Methods in org.apache.axis.types that return TypeDescModifier and TypeMethodDescriptionstatic TypeDesc
Notation.getTypeDesc()
static TypeDesc
Schema.getTypeDesc()
Return type metadata object -
Uses of TypeDesc in org.apache.axis.utils
Methods in org.apache.axis.utils with parameters of type TypeDescModifier and TypeMethodDescriptionstatic Vector
BeanUtils.getBeanAttributes
(Class javaType, TypeDesc typeDesc) Return a list of properties in the bean which should be attributesstatic BeanPropertyDescriptor[]
Create a BeanPropertyDescriptor array for the indicated class.static BeanPropertyDescriptor[]
BeanUtils.processPropertyDescriptors
(PropertyDescriptor[] rawPd, Class cls, TypeDesc typeDesc)