Uses of Package
com.flat502.rox.marshal.xmlrpc

Packages that use com.flat502.rox.marshal.xmlrpc
com.flat502.rox.marshal.xmlrpc Provides classes for marshalling and unmarshalling XML-RPC messages. 
 

Classes in com.flat502.rox.marshal.xmlrpc used by com.flat502.rox.marshal.xmlrpc
DomUnmarshaller
          Abstract base class containing common unmarshalling logic for the DOM based unmarshaller.
SaxParserPool
          Maintains a pool of SAX parsers and unmarshallers.
SaxUnmarshaller
          Marshal an XML-RPC method call using easy (v1) SAX.
XmlNode
          An extremely thin interface representing the information the marshaller needs from an XML parser.
XmlRpcConstants
          Various constants defined by the XML-RPC specification.
XmlRpcMarshaller
          This class supports marshalling of XML-RPC values, not execution.
XmlRpcMethod
          This is the base class for XML-RPC method calls and responses.
XmlRpcMethodResponse
          An instance of this class represents an XML-RPC method call response.
XmlRpcMethodUnmarshaller