Class Summary |
Messages |
|
XmlRpcClient |
An XmlRpcClient represents a connection to an XML-RPC enabled server. |
XmlRpcDispatcher |
Objects of the XmlRpcDispather class performs the actual parsing of
inbound XML-RPC messages received by an XmlRpcServer and are
responsible for invoking handlers and dealing with their return
values and exceptions. |
XmlRpcParser |
An XmlRpcParser converts inbound XML-RPC messages to their Java counterparts through
the use of a SAX compliant parser. |
XmlRpcProxy |
An XmlRpcProxy lets you use the services of an XML-RPC server through regular
Java interfaces. |
XmlRpcSerializer |
The XmlRpcSerializer class converts Java objects to their XML-RPC counterparts
according to the XML-RPC specification. |
XmlRpcServer |
An XmlRpcServer is responsible for hosting a set of invocation handlers and a set of
invocation processors. |
XmlRpcServerConnection |
Handles a connection to a client in a separate thread. |