| Class | Description |
|---|---|
| AllowInvocationProcessor | |
| DebugInvocationProcessor |
Simple invocation processor that traces the calls made through an XmlRpcServer.
|
| FilterInvocationProcessor |
A sample processor that allows invocations to be filtered out based on the IP address
of the caller and, optionally, a handler.
|
| SessionInvocationProcessor |
The SessionProcessor allows invocation handlers to store client state in session
objects between invocations.
|