Package | Description |
---|---|
marquee.xmlrpc | |
marquee.xmlrpc.processors |
Modifier and Type | Method and Description |
---|---|
XmlRpcInvocationProcessor |
XmlRpcServer.getInvocationProcessor(int index)
|
Modifier and Type | Method and Description |
---|---|
void |
XmlRpcServer.registerInvocationProcessor(XmlRpcInvocationProcessor processor)
Invocation processors are invoked on every call, regardless of which handler or
method the call is intended for.
|
void |
XmlRpcServer.unregisterInvocationProcessor(XmlRpcInvocationProcessor processor)
Removes a previously registered invocation processor.
|
Modifier and Type | Class and Description |
---|---|
class |
AllowInvocationProcessor |
class |
DebugInvocationProcessor
Simple invocation processor that traces the calls made through an XmlRpcServer.
|
class |
FilterInvocationProcessor
A sample processor that allows invocations to be filtered out based on the IP address
of the caller and, optionally, a handler.
|
class |
SessionInvocationProcessor
The SessionProcessor allows invocation handlers to store client state in session
objects between invocations.
|