Class | Description |
---|---|
ServletExample |
A simple servlet example with two invocation handlers; en Echo handler and an XmlRpcClient
hooked up to the spellchecking service.
|
ServletExample.ExampleInvocationHandler | |
SessionExampleClient |
A client application making multiple calls into the SessionExampleServer service
that should be running locally before executing.
|
SessionExampleServer |
This example demonstrates the use of the SessionInvocationProcess which, in turn, is
an example of how invocation processors may be used.
|
SessionExampleServer.SessionExampleHandler |
A sample handler.
|
SpellingChecker |
Shows how a Java interface may be used to create a proxy to an XML-RPC server.
|
XmlRpcValidator |
Starts a server with an invocation handler containing implementation of
the validation suite used by the XML-RPC validator web application at
http://validator.xmlrpc.com.
|