Uses of Interface
org.apache.soap.util.xml.Deserializer

Packages that use Deserializer
org.apache.soap.encoding   
org.apache.soap.encoding.literalxml   
org.apache.soap.encoding.soapenc   
org.apache.soap.encoding.xmi   
org.apache.soap.server   
org.apache.soap.util.xml   
 

Uses of Deserializer in org.apache.soap.encoding
 

Methods in org.apache.soap.encoding that return Deserializer
protected  Deserializer SOAPMappingRegistry.queryDeserializer_(QName elementType, java.lang.String encodingStyleURI)
          Override the query deserializer to look at the parent too before saying that a deserializer is not available.
 

Uses of Deserializer in org.apache.soap.encoding.literalxml
 

Classes in org.apache.soap.encoding.literalxml that implement Deserializer
 class XMLParameterSerializer
          An XMLParameterSerializer is used to serialize and deserialize parameters using the literal xml encoding style.
 

Uses of Deserializer in org.apache.soap.encoding.soapenc
 

Classes in org.apache.soap.encoding.soapenc that implement Deserializer
 class ArraySerializer
          A ArraySerializer can be used to serialize and deserialize arrays using the SOAP-ENC encoding style.
 class Base64Serializer
          A Base64Serializer is used to serialize and deserialize byte arrays using the SOAP-ENC encoding style.
 class BeanSerializer
          A BeanSerializer can be used to serialize and deserialize JavaBeans using the SOAP-ENC encoding style.
 class BooleanDeserializer
          This deserializer can be used to deserialize something into a boolean.
 class BooleanObjectDeserializer
          This deserializer can be used to deserialize something into a Boolean.
 class ByteDeserializer
          This deserializer can be used to deserialize something into a byte.
 class ByteObjectDeserializer
          This deserializer can be used to deserialize something into a Byte.
 class CalendarSerializer
          This class de/serializes instances of java.util.GregorianCalendar from/to the XML-Schema type 'date'.
 class DateSerializer
          This class de/serializes instances of java.util.Date from/to the XML-Schema type 'timeInstant'.
 class DecimalDeserializer
          This deserializer can be used to deserialize something into a double.
 class DoubleDeserializer
          This deserializer can be used to deserialize something into a double.
 class DoubleObjectDeserializer
          This deserializer can be used to deserialize something into a Double.
 class FloatDeserializer
          This deserializer can be used to deserialize something into a float.
 class FloatObjectDeserializer
          This deserializer can be used to deserialize something into a Float.
 class HashtableSerializer
          A HashtableSerializer can be used to serialize and deserialize Hashtables using the SOAP-ENC encoding style.
 class HexDeserializer
          This deserializer can be used to deserialize something into a boolean.
 class IntDeserializer
          This deserializer can be used to deserialize something into an int.
 class IntObjectDeserializer
          This deserializer can be used to deserialize something into an Integer.
 class LongDeserializer
          This deserializer can be used to deserialize something into a long.
 class LongObjectDeserializer
          This deserializer can be used to deserialize something into a Long.
 class MapSerializer
          A MapSerializer can be used to serialize and deserialize Maps using the SOAP-ENC encoding style.
 class MimePartSerializer
          A MimePartSerializer can be used to serialize Java's InputStream, JavaMail's MimeBodyPart and Java Activation Framework's DataSource and DataHandler objects from/to multipart Mime attachments to the SOAP message.
 class ParameterSerializer
          A ParameterSerializer is used to serialize and deserialize parameters using the SOAP-ENC encoding style.
 class QNameSerializer
          A QNameSerializer serializes a QName as follows: ns:QNameLocalPart
 class ShortDeserializer
          This deserializer can be used to deserialize something into a short.
 class ShortObjectDeserializer
          This deserializer can be used to deserialize something into a Short.
 class StringDeserializer
          This deserializer can be used to deserialize something into a String.
 class UrTypeDeserializer
          An UrTypeDeserializer deserializes xsd:ur-type objects, but right now only deals with nulls.
 class VectorSerializer
          A VectorSerializer can be used to serialize (but not deserialize) Vectors and Enumerations using the SOAP-ENC encoding style.
 

Uses of Deserializer in org.apache.soap.encoding.xmi
 

Classes in org.apache.soap.encoding.xmi that implement Deserializer
 class XMIParameterSerializer
          A ParameterSerializer is used to serialize and deserialize parameters using the XMI encoding style.
 

Uses of Deserializer in org.apache.soap.server
 

Classes in org.apache.soap.server that implement Deserializer
 class TypeMappingSerializer
          Serialize and deserialize type mappings according to SOAP-Enc.
 

Uses of Deserializer in org.apache.soap.util.xml
 

Classes in org.apache.soap.util.xml that implement Deserializer
 class XMIDeserializer
          An XMIDeserializer ...
 

Methods in org.apache.soap.util.xml that return Deserializer
protected  Deserializer XMLJavaMappingRegistry.queryDeserializer_(QName elementType, java.lang.String encodingStyleURI)
          This version returns null if the deserializer is not found.
 Deserializer XMLJavaMappingRegistry.queryDeserializer(QName elementType, java.lang.String encodingStyleURI)
          This version calls the protected method to do the work and if its not found throws an exception.
 

Methods in org.apache.soap.util.xml with parameters of type Deserializer
 void XMLJavaMappingRegistry.mapTypes(java.lang.String encodingStyleURI, QName elementType, java.lang.Class javaType, Serializer s, Deserializer ds)
           
 



Copyright © 2001 Apache XML Project. All Rights Reserved.