|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlRpcInvocationHandler | |
marquee.xmlrpc | |
marquee.xmlrpc.handlers | |
marquee.xmlrpc.objectcomm | |
marquee.xmlrpc.testing |
Uses of XmlRpcInvocationHandler in marquee.xmlrpc |
Classes in marquee.xmlrpc that implement XmlRpcInvocationHandler | |
class |
XmlRpcClient
An XmlRpcClient represents a connection to an XML-RPC enabled server. |
Methods in marquee.xmlrpc with parameters of type XmlRpcInvocationHandler | |
void |
XmlRpcServer.registerInvocationHandler(java.lang.String name,
XmlRpcInvocationHandler handler)
Binds an invocation handler object to the given name. |
Uses of XmlRpcInvocationHandler in marquee.xmlrpc.handlers |
Classes in marquee.xmlrpc.handlers that implement XmlRpcInvocationHandler | |
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
|
Uses of XmlRpcInvocationHandler in marquee.xmlrpc.objectcomm |
Classes in marquee.xmlrpc.objectcomm that implement XmlRpcInvocationHandler | |
class |
InvocationHandler
|
Uses of XmlRpcInvocationHandler in marquee.xmlrpc.testing |
Classes in marquee.xmlrpc.testing that implement XmlRpcInvocationHandler | |
static class |
ServletExample.ExampleInvocationHandler
|
static class |
SessionExampleServer.SessionExampleHandler
A sample handler. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |