- read() - Method in class marquee.xmlrpc.util.ServerInputStream
-
- read(byte[]) - Method in class marquee.xmlrpc.util.ServerInputStream
-
- read(byte[], int, int) - Method in class marquee.xmlrpc.util.ServerInputStream
-
- readHttpHeader(InputStream, byte[]) - Static method in class marquee.xmlrpc.XmlRpcServerConnection
-
Reads a string from the supplied input string.
- ReflectiveInvocationHandler - Class in marquee.xmlrpc.handlers
-
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.
- ReflectiveInvocationHandler() - Constructor for class marquee.xmlrpc.handlers.ReflectiveInvocationHandler
-
Constructs the handler and sets the current object
(from the class extending this class) as the target.
- ReflectiveInvocationHandler(Object) - Constructor for class marquee.xmlrpc.handlers.ReflectiveInvocationHandler
-
Constructs the handler and sets the supplied objects
as the invocation target.
- ReflectiveInvocationHandler(Object, String[]) - Constructor for class marquee.xmlrpc.handlers.ReflectiveInvocationHandler
-
Constructs the handler and sets the supplied objects
as the invocation target.
- ReflectiveSerializer - Class in marquee.xmlrpc.serializers
-
- ReflectiveSerializer() - Constructor for class marquee.xmlrpc.serializers.ReflectiveSerializer
-
- registerCustomSerializer(XmlRpcCustomSerializer) - Static method in class marquee.xmlrpc.XmlRpcSerializer
-
Registers a custom serializer.
- registerInvocationHandler(String, XmlRpcInvocationHandler) - Method in class marquee.xmlrpc.XmlRpcServer
-
Binds an invocation handler object to the given name.
- registerInvocationHandlerAlias(String, String) - Method in class marquee.xmlrpc.XmlRpcServer
-
Binds an invocation handler object to the given name.
- registerInvocationProcessor(XmlRpcInvocationProcessor) - Method in class marquee.xmlrpc.XmlRpcServer
-
Invocation processors are invoked on every call, regardless of which handler or
method the call is intended for.
- registerProxyService(Object) - Method in class marquee.xmlrpc.objectcomm.Server
-
Registers a service object for use with a dynamic proxy created by
marquee.xmlrpc.objectcomm.Proxy
- registerProxyService(Object, String) - Method in class marquee.xmlrpc.objectcomm.Server
-
Registers a service object for use with a dynamic proxy
created by marquee.xmlrpc.objectcomm.Proxy
- registerProxyService(Object) - Method in class marquee.xmlrpc.XmlRpcServer
-
Registers a service that is used by a dynamic proxy created by
XmlRpcProxy.
- registerProxyService(Object, String) - Method in class marquee.xmlrpc.XmlRpcServer
-
Registers a service that is used by a dynamic proxy created by
XmlRpcProxy.
- release() - Method in class marquee.xmlrpc.XmlRpcDispatcher
-
Returns the dispatcher back into the dispatcher pool for use in
future invocations.
- ReturnWrapper - Class in marquee.xmlrpc.objectcomm
-
- ReturnWrapper() - Constructor for class marquee.xmlrpc.objectcomm.ReturnWrapper
-
Just required for transfer purposes.
- run() - Method in class marquee.xmlrpc.XmlRpcServerConnection
-
The XmlRpcServerConnection thread runs indefinitely, or until interrupted, handling XML-RPC
messages on the socket assigned in handleConnection().
- runAsService(int) - Method in class marquee.xmlrpc.XmlRpcServer
-
Starts the XmlRpcServer object as a service accepting inbound HTTP connections on
the given port.