Uses of Package
org.apache.xmlrpc.serializer

Packages that use org.apache.xmlrpc.serializer
org.apache.xmlrpc.client   
org.apache.xmlrpc.common   
org.apache.xmlrpc.jaxb   
org.apache.xmlrpc.serializer   
org.apache.xmlrpc.server   
 

Classes in org.apache.xmlrpc.serializer used by org.apache.xmlrpc.client
XmlWriterFactory
          This factory is responsible for creating instances of XMLWriter.
 

Classes in org.apache.xmlrpc.serializer used by org.apache.xmlrpc.common
TypeSerializer
          A TypeSerializer is able to write a parameter or result object to the XML RPC request or response.
 

Classes in org.apache.xmlrpc.serializer used by org.apache.xmlrpc.jaxb
ExtSerializer
          Base class for external XML representations, like DOM, or JAXB.
TypeSerializer
          A TypeSerializer is able to write a parameter or result object to the XML RPC request or response.
 

Classes in org.apache.xmlrpc.serializer used by org.apache.xmlrpc.serializer
BaseXmlWriterFactory
          The default instance of XmlWriterFactory creates instances of XMLWriterImpl.
ExtSerializer
          Base class for external XML representations, like DOM, or JAXB.
ObjectArraySerializer
          A TypeSerializer for object arrays.
TypeSerializer
          A TypeSerializer is able to write a parameter or result object to the XML RPC request or response.
TypeSerializerImpl
          Abstract base implementation of a type serializer.
XmlWriterFactory
          This factory is responsible for creating instances of XMLWriter.
 

Classes in org.apache.xmlrpc.serializer used by org.apache.xmlrpc.server
XmlRpcWriter
          This class is responsible for writing an XmlRpc request or an XmlRpc response to an output stream.
XmlWriterFactory
          This factory is responsible for creating instances of XMLWriter.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.