Uses of Package
org.apache.xmlrpc

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

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 user authentication.
Formatter
           
WebServer
          A minimal web server that exclusively handles XML-RPC requests.
WebServer.Connection
           
WebServer.Runner
           
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 an XML-RPC Value while the request is being parsed.
XmlRpc.XmlWriter
           
XmlRpcClient
          A multithreaded, reusable XML-RPC client object.
XmlRpcClient.CallData
           
XmlRpcClient.Worker
           
XmlRpcClientLite
          A multithreaded, reusable XML-RPC client object.
XmlRpcClientLite.HttpClient
           
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.
XmlRpcServer
          A multithreaded, reusable XML-RPC server object.
XmlRpcServer.Worker
           
 

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.
 



Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.