Package org.apache.xmlrpc

Interface Summary
AsyncCallback A callback interface for an asynchronous XML-RPC call.
AuthenticatedXmlRpcHandler An XML-RPC handler that also handles user authentication.
XmlRpcHandler The XML-RPC server uses this interface to call a method of an RPC handler.
 

Class Summary
AuthDemo  
Base64 This class provides encode/decode for RFC 2045 Base64 as defined by RFC 2045, N.
Echo A simple handler which echos its input parameters.
Formatter Wraps a DateFormat instance to provide thread safety.
Invoker Introspects handlers using Java Reflection to call methods matching a XML-RPC call.
ServerInputStream  
WebServer A minimal web server that exclusively handles XML-RPC requests.
XmlRpc This abstract base class provides basic capabilities for XML-RPC, like parsing of parameters or encoding Java objects into XML-RPC format.
XmlRpcClient A multithreaded, reusable XML-RPC client object.
XmlRpcClientLite A multithreaded, reusable XML-RPC client object.
XmlRpcProxyServlet A HttpServlet that acts as a XML-RPC proxy.
XmlRpcServer A multithreaded, reusable XML-RPC server object.
 

Exception Summary
XmlRpcException This is thrown by the XmlRpcClient if the remote server reported an error.
 



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