Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
V
W
X
R
redstone.xmlrpc
- package redstone.xmlrpc
redstone.xmlrpc.handlers
- package redstone.xmlrpc.handlers
redstone.xmlrpc.interceptors
- package redstone.xmlrpc.interceptors
redstone.xmlrpc.serializers
- package redstone.xmlrpc.serializers
redstone.xmlrpc.serializers.json
- package redstone.xmlrpc.serializers.json
redstone.xmlrpc.util
- package redstone.xmlrpc.util
ReflectiveInvocationHandler
- Class in
redstone.xmlrpc.handlers
Note that methods that are to be called over XML-RPC need to be public, or the client will receive a fault message.
ReflectiveInvocationHandler()
- Constructor for class redstone.xmlrpc.handlers.
ReflectiveInvocationHandler
Constructs the handler and sets the current object as the target.
ReflectiveInvocationHandler(Object)
- Constructor for class redstone.xmlrpc.handlers.
ReflectiveInvocationHandler
Constructs the handler and sets the supplied object as the invocation target.
ReflectiveInvocationHandler(Object, String[])
- Constructor for class redstone.xmlrpc.handlers.
ReflectiveInvocationHandler
Constructs the handler and sets the supplied objects as the invocation target.
removeCustomSerializer(XmlRpcCustomSerializer)
- Method in class redstone.xmlrpc.
XmlRpcSerializer
Unregisters a previously registered custom serializer.
removeInvocationHandler(String)
- Method in class redstone.xmlrpc.
XmlRpcServer
Unbinds a previously bound invocation handler.
removeInvocationInterceptor(XmlRpcInvocationInterceptor)
- Method in class redstone.xmlrpc.
XmlRpcServer
Removes a previously registered invocation interceptor.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
V
W
X