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

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

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

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

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

Classes in org.apache.soap.encoding.soapenc that implement Serializer
 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 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 HashtableSerializer
          A HashtableSerializer can be used to serialize and deserialize Hashtables using the SOAP-ENC encoding style.
 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 VectorSerializer
          A VectorSerializer can be used to serialize (but not deserialize) Vectors and Enumerations using the SOAP-ENC encoding style.
 

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

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

Uses of Serializer in org.apache.soap.rpc
 

Classes in org.apache.soap.rpc that implement Serializer
 class Call
          A Call object represents an RPC call.
 class Response
          A Response object represents an RPC response.
 class RPCMessage
          An RPCMessage is the base class that Call and Response extend from.
 

Uses of Serializer in org.apache.soap.server
 

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

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

Classes in org.apache.soap.util.xml that implement Serializer
 class XMISerializer
          An XMISerializer ...
 



Copyright © 2001 Apache XML Project. All Rights Reserved.