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
G
getArguments()
- Method in class redstone.xmlrpc.
XmlRpcInvocation
Returns a list of arguments supplied in the invocation.
getArray(int)
- Method in class redstone.xmlrpc.
XmlRpcArray
Returns the Array at the given index in the array.
getArray(Object)
- Method in class redstone.xmlrpc.
XmlRpcStruct
Returns the Array with the given key from the Struct.
getBinary(int)
- Method in class redstone.xmlrpc.
XmlRpcArray
Returns the byte[] at the given index in the array.
getBinary(Object)
- Method in class redstone.xmlrpc.
XmlRpcStruct
Returns the byte[] with the given key from the Struct.
getBinaryAsStream(int)
- Method in class redstone.xmlrpc.
XmlRpcArray
Returns the byte[] with at the given index in the Array, as an input stream (currently, a java.io.ByteArrayInputStream).
getBinaryAsStream(Object)
- Method in class redstone.xmlrpc.
XmlRpcStruct
Returns the byte[] with the given key from the Struct, as an input stream (currently, a java.io.ByteArrayInputStream).
getBoolean(int)
- Method in class redstone.xmlrpc.
XmlRpcArray
Returns the boolean at the given index in the array.
getBoolean(Object)
- Method in class redstone.xmlrpc.
XmlRpcStruct
Returns the boolean with the given key from the Struct.
getBooleanWrapper(int)
- Method in class redstone.xmlrpc.
XmlRpcArray
Returns the Boolean wrapper at the given index in the array.
getBooleanWrapper(Object)
- Method in class redstone.xmlrpc.
XmlRpcStruct
Returns the Boolean wrapper with the given key from the Struct.
getCallerIp()
- Method in class redstone.xmlrpc.
XmlRpcDispatcher
Returns the IP adress of the client being dispatched.
getContentType()
- Method in class redstone.xmlrpc.
XmlRpcServlet
Returns the content type of the messages returned from the servlet which is text/xml for XML-RPC messages and text/javascript+json for JSON messages.
getDate(int)
- Method in class redstone.xmlrpc.
XmlRpcArray
Returns the Date at the given index in the array.
getDate(Object)
- Method in class redstone.xmlrpc.
XmlRpcStruct
Returns the Date with the given key from the Struct.
getDouble(int)
- Method in class redstone.xmlrpc.
XmlRpcArray
Returns the Double at the given index in the array.
getDouble(Object)
- Method in class redstone.xmlrpc.
XmlRpcStruct
Returns the double with the given key from the Struct.
getDoubleWrapper(int)
- Method in class redstone.xmlrpc.
XmlRpcArray
Returns the Double wrapper at the given index in the array.
getDoubleWrapper(Object)
- Method in class redstone.xmlrpc.
XmlRpcStruct
Returns the Double wrapper with the given key from the Struct.
getErrorCode()
- Method in exception redstone.xmlrpc.
XmlRpcFault
Returns the error code reported by the remote XML-RPC service.
getHandler()
- Method in class redstone.xmlrpc.
XmlRpcInvocation
Returns the handler that will be or has been invoked.
getHandlerName()
- Method in class redstone.xmlrpc.
XmlRpcInvocation
Returns the name of the invocation handler targeted by the invocation.
getInteger(int)
- Method in class redstone.xmlrpc.
XmlRpcArray
Returns the integer at the given index in the array.
getInteger(Object)
- Method in class redstone.xmlrpc.
XmlRpcStruct
Returns the integer with the given key from the Struct.
getIntegerWrapper(int)
- Method in class redstone.xmlrpc.
XmlRpcArray
Returns the Integer wrapper at the given index in the array.
getIntegerWrapper(Object)
- Method in class redstone.xmlrpc.
XmlRpcStruct
Returns the Integer wrapper with the given key from the Struct.
getInvocationHandler(String)
- Method in class redstone.xmlrpc.
XmlRpcServer
Returns the invocation handler with the given name.
getInvocationId()
- Method in class redstone.xmlrpc.
XmlRpcInvocation
A sequence number for tracing invocations between preProcess() and postProcess() calls.
getInvocationInterceptors()
- Method in class redstone.xmlrpc.
XmlRpcServer
Returns the incovation interceptors installed in this server.
getMethodName()
- Method in class redstone.xmlrpc.
XmlRpcInvocation
Returns the name of the method in the invocation handler targeted by the invocation.
getSerializer()
- Method in class redstone.xmlrpc.
XmlRpcServer
Returns the serializer this server is using to encode responses.
getStreamMessages()
- Method in class redstone.xmlrpc.
XmlRpcServlet
Indicates whether or not messages are streamed or if they are built in memory to be able to calculate the HTTP Content-Length.
getString(int)
- Method in class redstone.xmlrpc.
XmlRpcArray
Returns the String at the given index in the array.
getString(String)
- Static method in class redstone.xmlrpc.
XmlRpcMessages
Returns a message from the resource bundle corresponding to the given key.
getString(Object)
- Method in class redstone.xmlrpc.
XmlRpcStruct
Returns the String with the given key from the Struct.
getStruct(int)
- Method in class redstone.xmlrpc.
XmlRpcArray
Returns the Struct at the given index in the array.
getStruct(Object)
- Method in class redstone.xmlrpc.
XmlRpcStruct
Returns the Struct with the given key from the Struct.
getSupportedClass()
- Method in class redstone.xmlrpc.serializers.
BooleanArraySerializer
getSupportedClass()
- Method in class redstone.xmlrpc.serializers.
CollectionSerializer
getSupportedClass()
- Method in class redstone.xmlrpc.serializers.
DoubleArraySerializer
getSupportedClass()
- Method in class redstone.xmlrpc.serializers.
FloatArraySerializer
getSupportedClass()
- Method in class redstone.xmlrpc.serializers.
IntArraySerializer
getSupportedClass()
- Method in class redstone.xmlrpc.serializers.
IntrospectingSerializer
getSupportedClass()
- Method in class redstone.xmlrpc.serializers.json.
BooleanArraySerializer
getSupportedClass()
- Method in class redstone.xmlrpc.serializers.json.
CollectionSerializer
getSupportedClass()
- Method in class redstone.xmlrpc.serializers.json.
DoubleArraySerializer
getSupportedClass()
- Method in class redstone.xmlrpc.serializers.json.
FloatArraySerializer
getSupportedClass()
- Method in class redstone.xmlrpc.serializers.json.
IntArraySerializer
getSupportedClass()
- Method in class redstone.xmlrpc.serializers.json.
IntrospectingSerializer
getSupportedClass()
- Method in class redstone.xmlrpc.serializers.json.
ListSerializer
getSupportedClass()
- Method in class redstone.xmlrpc.serializers.json.
MapSerializer
getSupportedClass()
- Method in class redstone.xmlrpc.serializers.json.
ObjectArraySerializer
getSupportedClass()
- Method in class redstone.xmlrpc.serializers.
ListSerializer
getSupportedClass()
- Method in class redstone.xmlrpc.serializers.
MapSerializer
getSupportedClass()
- Method in class redstone.xmlrpc.serializers.
ObjectArraySerializer
getSupportedClass()
- Method in interface redstone.xmlrpc.
XmlRpcCustomSerializer
Returns the class of objects this serializer knows how to handle.
getTimestamp(Object)
- Method in class redstone.xmlrpc.
XmlRpcStruct
Returns the long integer timestamp with the given key from the Struct.
getWriter()
- Method in class redstone.xmlrpc.
XmlRpcInvocation
Returns the writer that the response of the invocation will be written to.
getXmlRpcServer()
- Method in class redstone.xmlrpc.
XmlRpcServlet
Returns the XmlRpcServer that is backing the servlet.
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