Package | Description |
---|---|
marquee.xmlrpc | |
marquee.xmlrpc.handlers | |
marquee.xmlrpc.objectcomm | |
marquee.xmlrpc.testing |
Modifier and Type | Class and Description |
---|---|
class |
XmlRpcClient
An XmlRpcClient represents a connection to an XML-RPC enabled server.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlRpcServer.registerInvocationHandler(java.lang.String name,
XmlRpcInvocationHandler handler)
Binds an invocation handler object to the given name.
|
Modifier and Type | Class and Description |
---|---|
class |
ReflectiveInvocationHandler
Note that methods that are to be called over XML-RPC need to be public,
or the client will receive a java.lang.NoSuchMethod exception.
|
class |
Validator
|
Modifier and Type | Class and Description |
---|---|
class |
InvocationHandler
|
Modifier and Type | Class and Description |
---|---|
static class |
ServletExample.ExampleInvocationHandler |
static class |
SessionExampleServer.SessionExampleHandler
A sample handler.
|