Uses of Package
org.apache.xmlrpc

Packages that use org.apache.xmlrpc
org.apache.xmlrpc   
org.apache.xmlrpc.secure   
org.apache.xmlrpc.secure.sunssl   
 

Classes in org.apache.xmlrpc used by org.apache.xmlrpc
AsyncCallback
          A callback interface for an asynchronous XML-RPC call.
AuthenticatedXmlRpcHandler
          An XML-RPC handler that also handles HTTP authentication.
ContextXmlRpcHandler
          An XML-RPC handler that also handles user authentication.
TypeDecoder
          Allows developers to customize the types translated to the XML-RPC <i4> and <double> .
TypeFactory
          Allows server developers to customize the type of Java objects created for a corresponding XML-RPC type.
WebServer.Connection
           
WebServer.Runner
          Responsible for handling client connections.
XmlRpc
          This abstract base class provides basic capabilities for XML-RPC, like parsing of parameters or encoding Java objects into XML-RPC format.
XmlRpc.Value
          This represents a XML-RPC value parsed from the request.
XmlRpcClient
          A multithreaded, reusable XML-RPC client object.
XmlRpcClient.CallData
           
XmlRpcClientException
          This is thrown by many of the client classes if an error occured processing and XML-RPC request or response due to client side processing.
XmlRpcClientRequest
          Interface to an XML-RPC request made by a client.
XmlRpcClientRequestProcessor
          Process an XML-RPC client request into a byte array or directly onto an OutputStream.
XmlRpcClientResponseProcessor
          Process an XML-RPC server response from a byte array or an InputStream into an Object.
XmlRpcClientWorker
          Tie together the XmlRequestProcessor and XmlResponseProcessor to handle a request serially in a single thread.
XmlRpcContext
          The minimal context that an XML-RPC request will occur in.
XmlRpcException
          This is thrown by the XmlRpcClient if the remote server reported an error.
XmlRpcHandler
          The XML-RPC server uses this interface to call a method of an RPC handler.
XmlRpcHandlerMapping
          Maps from a handler name to a handler object.
XmlRpcRequestProcessor
          Process an InputStream and produce an XmlRpcServerRequest.
XmlRpcResponseProcessor
          Process an Object and produce byte array that represents the specified encoding of the output as an XML-RPC response.
XmlRpcServer
          A multithreaded, reusable XML-RPC server object.
XmlRpcServerRequest
          Interface to an XML-RPC request made to the server.
XmlRpcTransport
          Interface from XML-RPC to an underlying transport, most likely base on HTTP.
XmlRpcTransportFactory
          Interface from XML-RPC to an underlying transport, most likely base on HTTP.
XmlRpcWorker
          Tie together the XmlRequestProcessor and XmlResponseProcessor to handle a request serially in a single thread.
XmlWriter
          A XML writer intended for single-thread usage.
 

Classes in org.apache.xmlrpc used by org.apache.xmlrpc.secure
WebServer
          A minimal web server that exclusively handles XML-RPC requests.
XmlRpcClient
          A multithreaded, reusable XML-RPC client object.
XmlRpcHandler
          The XML-RPC server uses this interface to call a method of an RPC handler.
XmlRpcServer
          A multithreaded, reusable XML-RPC server object.
 

Classes in org.apache.xmlrpc used by org.apache.xmlrpc.secure.sunssl
XmlRpcTransport
          Interface from XML-RPC to an underlying transport, most likely base on HTTP.
XmlRpcTransportFactory
          Interface from XML-RPC to an underlying transport, most likely base on HTTP.
 



Copyright 2001-2001-2005 Apache Software Foundation. All Rights Reserved.