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 TypeDescTypeDesc.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 voidTypeDesc.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 TypeDescBeanDeserializer.typeDescType metadata about this class for XML deserializationprotected TypeDescBeanDeserializerFactory.typeDescType metadata about this class for XML deserializationprotected TypeDescBeanSerializer.typeDescprotected TypeDescBeanSerializerFactory.typeDescMethods in org.apache.axis.encoding.ser with parameters of type TypeDescModifier and TypeMethodDescriptionstatic MapBeanDeserializerFactory.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 TypeDescNotation.getTypeDesc()static TypeDescSchema.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 VectorBeanUtils.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)