Package org.apache.xmlrpc
| Interface Summary |
| XmlRpcConfig | A common base interface for
{@link org.apache.xmlrpc.client.XmlRpcClientConfig}, and
{@link org.apache.xmlrpc.server.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 Summary |
| XmlRpcConfigImpl | Default implementation of {@link org.apache.xmlrpc.XmlRpcConfig}. |
| XmlRpcException | This exception is thrown by the XmlRpcClient, if an invocation of the
remote method failed. |
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.