Uses of Class
org.apache.axis.description.TypeDesc
-
Packages that use TypeDesc Package Description 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 Modifier and Type Method Description static TypeDesc
TypeDesc. getTypeDescForClass(java.lang.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 Modifier and Type Method Description static void
TypeDesc. registerTypeDescForClass(java.lang.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 Modifier and Type Field Description protected 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 TypeDesc Modifier and Type Method Description static java.util.Map
BeanDeserializerFactory. getProperties(java.lang.Class javaType, TypeDesc typeDesc)
Get a list of the bean propertiesConstructors in org.apache.axis.encoding.ser with parameters of type TypeDesc Constructor Description BeanDeserializer(java.lang.Class javaType, QName xmlType, TypeDesc typeDesc)
BeanDeserializer(java.lang.Class javaType, QName xmlType, TypeDesc typeDesc, java.util.Map propertyMap)
BeanSerializer(java.lang.Class javaType, QName xmlType, TypeDesc typeDesc)
BeanSerializer(java.lang.Class javaType, QName xmlType, TypeDesc typeDesc, BeanPropertyDescriptor[] propertyDescriptor)
SimpleDeserializer(java.lang.Class javaType, QName xmlType, TypeDesc typeDesc)
SimpleListDeserializer(java.lang.Class javaType, QName xmlType, TypeDesc typeDesc)
SimpleListSerializer(java.lang.Class javaType, QName xmlType, TypeDesc typeDesc)
SimpleSerializer(java.lang.Class javaType, QName xmlType, TypeDesc typeDesc)
-
Uses of TypeDesc in org.apache.axis.types
Methods in org.apache.axis.types that return TypeDesc Modifier and Type Method Description static 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 TypeDesc Modifier and Type Method Description static java.util.Vector
BeanUtils. getBeanAttributes(java.lang.Class javaType, TypeDesc typeDesc)
Return a list of properties in the bean which should be attributesstatic BeanPropertyDescriptor[]
BeanUtils. getPd(java.lang.Class javaType, TypeDesc typeDesc)
Create a BeanPropertyDescriptor array for the indicated class.static BeanPropertyDescriptor[]
BeanUtils. processPropertyDescriptors(java.beans.PropertyDescriptor[] rawPd, java.lang.Class cls, TypeDesc typeDesc)
-