|
Class Summary |
| AuthDemo |
|
| Base64 |
This class provides encode/decode for RFC 2045 Base64 as defined by
RFC 2045, N. |
| DefaultHandlerMapping |
Provide a default handler mapping, used by the XmlRpcServer. |
| DefaultTypeFactory |
The default implementation of the TypeFactory
interface. |
| DefaultXmlRpcContext |
A basic context object that stores the userName, password and
handler mapping. |
| Echo |
A simple handler which echos its input parameters. |
| Invoker |
Introspects handlers using Java Reflection to call methods matching
a XML-RPC call. |
| MultiCall |
The system.multicall handler performs several RPC
calls at a time. |
| SystemHandler |
Wraps calls to the XML-RPC standard system.* methods (such as
system.multicall). |
| 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. |
| XmlRpcRequest |
Encapsulates an XML-RPC request. |
| XmlRpcRequestProcessor |
Process an InputStream and produce and XmlRpcRequest. |
| 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. |
| XmlRpcWorker |
Tie together the XmlRequestProcessor and XmlResponseProcessor to handle
a request serially in a single thread. |