Uses of Interface
org.apache.axis.encoding.Deserializer
Packages that use Deserializer
Package
Description
-
Uses of Deserializer in org.apache.axis.encoding
Classes in org.apache.axis.encoding that implement DeserializerFields in org.apache.axis.encoding declared as DeserializerMethods in org.apache.axis.encoding that return DeserializerModifier and TypeMethodDescriptionfinal DeserializerDeserializationContext.getDeserializer(Class cls, QName xmlType) Get a Deserializer which can turn a given xml type into a given Java typeDeserializationContext.getDeserializerForClass(Class cls) Convenience method to get the Deserializer for a specific java class from its meta data.final DeserializerDeserializationContext.getDeserializerForType(QName xmlType) Convenience method to get the Deserializer for a specific xmlType.Methods in org.apache.axis.encoding with parameters of type DeserializerModifier and TypeMethodDescriptionvoidDeserializerImpl.addChildDeserializer(Deserializer dSer) voidDeserializer.moveValueTargets(Deserializer other) Move someone else's targets to our own (see DeserializationContext) The DeserializationContext only allows one Deserializer to wait for a unknown multi-ref'ed value.voidDeserializerImpl.moveValueTargets(Deserializer other) Move someone else's targets to our own (see DeserializationContext) The DeserializationContext only allows one Deserializer to wait for a unknown multi-ref'ed value.voidDeserializationContext.registerFixup(String href, Deserializer dser) During deserialization, an element with an href=#idmay be encountered before the element defining id=id is read. Constructors in org.apache.axis.encoding with parameters of type DeserializerModifierConstructorDescriptionConstructorTarget(Constructor constructor, Deserializer deSerializer) DeserializerTarget(Deserializer target, Object hint) -
Uses of Deserializer in org.apache.axis.encoding.ser
Classes in org.apache.axis.encoding.ser that implement DeserializerModifier and TypeClassDescriptionclassAn ArrayDeserializer handles deserializing SOAP arrays.classDeserializer for Base64classGeneral purpose deserializer for an arbitrary java bean.classThe CalendarSerializer deserializes a dateTime.classThe DateSerializer deserializes a Date.classDeserializer for DOM DocumentclassDeserializer for DOM elementsclassDeserializer for a JAX-RPC enum.classDeserializer for hexBinary.classImageDataHandler Deserializer Modified by Russell Butek <butek@us.ibm.com>classJAFDataHandler SerializerclassclassMimeMultipartDataHandler Deserializerclassapplication/octet-stream DataHandler Deserializer Modified by Davanum Srinivas <dims@yahoo.com>classtext/plain DataHandler Deserializer Modified by Russell Butek <butek@us.ibm.com>classThe DateSerializer deserializes a Date.classA deserializer for any simple type with a (String) constructor.classDeserializer for <xsd:simpleType ...> <xsd:list itemType="..."> </xsd:simpleType> based on SimpleDeserializerclassSourceDataHandler Deserializer Modified by Russell Butek <butek@us.ibm.com>classThe TimeSerializer deserializes a time.classDeserializer for SOAP Vectors for compatibility with SOAP 2.2.Methods in org.apache.axis.encoding.ser that return DeserializerModifier and TypeMethodDescriptionprotected DeserializerBeanDeserializer.getDeserializer(QName xmlType, Class javaType, String href, DeserializationContext context) Get the Deserializer for the attribute or child element.protected DeserializerBaseDeserializerFactory.getGeneralPurpose(String mechanismType) Obtains a deserializer by invoking(javaType, xmlType) on the deserClass. protected DeserializerBeanDeserializerFactory.getGeneralPurpose(String mechanismType) Optimize construction of a BeanDeserializer by caching the type descriptor and property map.protected DeserializerBaseDeserializerFactory.getSpecialized(String mechanismType) Obtains a deserializer by invoking getDeserializer method in the javaType class or its Helper class. -
Uses of Deserializer in org.apache.axis.encoding.ser.castor
Classes in org.apache.axis.encoding.ser.castor that implement DeserializerModifier and TypeClassDescriptionclassCastor deserializerclassCastor deserializer -
Uses of Deserializer in org.apache.axis.encoding.ser.xbeans
Classes in org.apache.axis.encoding.ser.xbeans that implement Deserializer -
Uses of Deserializer in org.apache.axis.message
Fields in org.apache.axis.message declared as DeserializerModifier and TypeFieldDescriptionprotected DeserializerMessageElement.fixupDeserializer!!! TODO : Make sure this handles multiple targetsMethods in org.apache.axis.message that return DeserializerMethods in org.apache.axis.message with parameters of type Deserializer -
Uses of Deserializer in org.apache.axis.types
Methods in org.apache.axis.types that return DeserializerModifier and TypeMethodDescriptionstatic DeserializerSchema.getDeserializer(String mechType, Class _javaType, QName _xmlType) Get Custom Deserializer