A B C D E F G H I K L M N O P R S T U V W X

R

ReflectiveInvocationHandler - class marquee.xmlrpc.handlers.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.
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 marquee.xmlrpc.serializers.ReflectiveSerializer.
ReflectiveSerializer() - Constructor for class marquee.xmlrpc.serializers.ReflectiveSerializer
 
ReturnWrapper - class marquee.xmlrpc.objectcomm.ReturnWrapper.
ReturnWrapper() - Constructor for class marquee.xmlrpc.objectcomm.ReturnWrapper
Just required for transfer purposes.
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.
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.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.
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
release() - Method in class marquee.xmlrpc.XmlRpcDispatcher
Returns the dispatcher back into the dispatcher pool for use in future invocations.
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.

A B C D E F G H I K L M N O P R S T U V W X