| Interface | Description |
|---|---|
| XmlRpcConfig |
A common base interface for
XmlRpcClientConfig, and
XmlRpcServerConfig. |
| XmlRpcHandler |
The XML-RPC server uses this interface to call a method of an RPC handler.
|
| XmlRpcRequest |
Interface to an XML-RPC request made by a client.
|
| XmlRpcRequestConfig |
Interface of a request configuration.
|
| Class | Description |
|---|---|
| XmlRpcConfigImpl |
Default implementation of
XmlRpcConfig. |
| Exception | Description |
|---|---|
| XmlRpcException |
This exception is thrown by the XmlRpcClient, if an invocation of the
remote method failed.
|
Copyright © 2001–2025 The Apache Software Foundation. All rights reserved.