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
S
serialize(Object, Writer, XmlRpcSerializer)
- Method in class redstone.xmlrpc.serializers.
BooleanArraySerializer
serialize(Object, Writer, XmlRpcSerializer)
- Method in class redstone.xmlrpc.serializers.
CollectionSerializer
serialize(Object, Writer, XmlRpcSerializer)
- Method in class redstone.xmlrpc.serializers.
DoubleArraySerializer
serialize(Object, Writer, XmlRpcSerializer)
- Method in class redstone.xmlrpc.serializers.
FloatArraySerializer
serialize(Object, Writer, XmlRpcSerializer)
- Method in class redstone.xmlrpc.serializers.
IntArraySerializer
serialize(Object, Writer, XmlRpcSerializer)
- Method in class redstone.xmlrpc.serializers.
IntrospectingSerializer
serialize(Object, Writer, XmlRpcSerializer)
- Method in class redstone.xmlrpc.serializers.json.
BooleanArraySerializer
serialize(Object, Writer, XmlRpcSerializer)
- Method in class redstone.xmlrpc.serializers.json.
CollectionSerializer
serialize(Object, Writer, XmlRpcSerializer)
- Method in class redstone.xmlrpc.serializers.json.
DoubleArraySerializer
serialize(Object, Writer, XmlRpcSerializer)
- Method in class redstone.xmlrpc.serializers.json.
FloatArraySerializer
serialize(Object, Writer, XmlRpcSerializer)
- Method in class redstone.xmlrpc.serializers.json.
IntArraySerializer
serialize(Object, Writer, XmlRpcSerializer)
- Method in class redstone.xmlrpc.serializers.json.
IntrospectingSerializer
serialize(Object, Writer, XmlRpcSerializer)
- Method in class redstone.xmlrpc.serializers.json.
ListSerializer
serialize(Object, Writer, XmlRpcSerializer)
- Method in class redstone.xmlrpc.serializers.json.
MapSerializer
serialize(Object, Writer, XmlRpcSerializer)
- Method in class redstone.xmlrpc.serializers.json.
ObjectArraySerializer
serialize(Object, Writer, XmlRpcSerializer)
- Method in class redstone.xmlrpc.serializers.
ListSerializer
serialize(Object, Writer, XmlRpcSerializer)
- Method in class redstone.xmlrpc.serializers.
MapSerializer
serialize(Object, Writer, XmlRpcSerializer)
- Method in class redstone.xmlrpc.serializers.
ObjectArraySerializer
serialize(Object, Writer, XmlRpcSerializer)
- Method in interface redstone.xmlrpc.
XmlRpcCustomSerializer
Asks the custom serializer to serialize the supplied value into the supplied writer.
serialize(Object, Writer)
- Method in class redstone.xmlrpc.
XmlRpcJsonSerializer
Overrides the default serializing mechanism to use JSON format instead.
serialize(Object, Writer)
- Method in class redstone.xmlrpc.
XmlRpcSerializer
Converts the supplied Java object to its XML-RPC counterpart according to the XML-RPC specification.
setEntryPoints(String[])
- Method in class redstone.xmlrpc.handlers.
ReflectiveInvocationHandler
Assigns a list of method names that are used when invoking methods on this handler.
setMethodName(String)
- Method in class redstone.xmlrpc.
XmlRpcInvocation
Sets a new method name to be invoked instead of the original method name.
setSerializer(XmlRpcSerializer)
- Method in class redstone.xmlrpc.
XmlRpcServer
Sets the serializer this server is to use when encoding responses.
simpleStructReturnTest(int)
- Method in class redstone.xmlrpc.handlers.
ValidationHandler
This handler takes one parameter, and returns a struct containing three elements, times10, times100 and times1000, the result of multiplying the number by 10, 100 and 1000.
startElement(String, String, String, Attributes)
- Method in class redstone.xmlrpc.
XmlRpcClient
Override the startElement() method inherited from XmlRpcParser.
startElement(String, String, String, Attributes)
- Method in class redstone.xmlrpc.
XmlRpcParser
Called by SAX driver when a new element has been found in the message.
STRING
- Static variable in class redstone.xmlrpc.
XmlRpcParser
The hash value of string elements
STRUCT
- Static variable in class redstone.xmlrpc.
XmlRpcParser
The hash value of struct elements
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