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

X

XmlRpcArray - Class in redstone.xmlrpc
An Array represents an XML-RPC array in its Java form.
XmlRpcArray() - Constructor for class redstone.xmlrpc.XmlRpcArray
 
XmlRpcCallback - Interface in redstone.xmlrpc
Callback interface to implement when using asynchronous invocations with XmlRpcClient.
XmlRpcClient - Class in redstone.xmlrpc
An XmlRpcClient represents a connection to an XML-RPC enabled server.
XmlRpcClient(String, boolean) - Constructor for class redstone.xmlrpc.XmlRpcClient
Creates a new client with the ability to send XML-RPC messages to the the server at the given URL.
XmlRpcClient(URL, boolean) - Constructor for class redstone.xmlrpc.XmlRpcClient
 
XmlRpcCustomSerializer - Interface in redstone.xmlrpc
Java objects are serialized into XML-RPC values using instances of classes implementing the XmlRpcCustomSerializer class.
XmlRpcDispatcher - Class in redstone.xmlrpc
Objects of the XmlRpcDispather class perform the parsing of inbound XML-RPC messages received by an XmlRpcServer and are responsible for invoking handlers and dealing with their return values and exceptions.
XmlRpcDispatcher(XmlRpcServer, String) - Constructor for class redstone.xmlrpc.XmlRpcDispatcher
Creates a dispatcher and associates it with an XmlRpcServer and the IP address of the calling client.
XmlRpcException - Exception in redstone.xmlrpc
The exception thrown by the XML-RPC library in case of serialization or network problems.
XmlRpcException(String) - Constructor for exception redstone.xmlrpc.XmlRpcException
Creates a new exception with the supplied message.
XmlRpcException(String, Throwable) - Constructor for exception redstone.xmlrpc.XmlRpcException
Creates a new exception with the supplied message.
XmlRpcFault - Exception in redstone.xmlrpc
Exception thrown by the XML-RPC library in case of a fault response.
XmlRpcFault(int, String) - Constructor for exception redstone.xmlrpc.XmlRpcFault
Creates a new exception with the supplied message and error code.
XmlRpcInvocation - Class in redstone.xmlrpc
Contains information about a particular invocation intercepted by an invocation processor.
XmlRpcInvocation(int, String, String, XmlRpcInvocationHandler, List, Writer) - Constructor for class redstone.xmlrpc.XmlRpcInvocation
 
XmlRpcInvocationHandler - Interface in redstone.xmlrpc
When receiving XML-RPC messages, XmlRpcServers parse the XML payload and dispatch control to XmlRpcInvocationHandlers that perform the actual processing.
XmlRpcInvocationInterceptor - Interface in redstone.xmlrpc
Invocation processors are called by XmlRpcServers before and after a call is dispathed to its invocation handler.
XmlRpcJsonSerializer - Class in redstone.xmlrpc
The XmlRpcJsonSerializer class converts Java objects to their JSON counterparts.
XmlRpcJsonSerializer() - Constructor for class redstone.xmlrpc.XmlRpcJsonSerializer
Constructor adding all core custom serializers.
XmlRpcJsonSerializer(boolean) - Constructor for class redstone.xmlrpc.XmlRpcJsonSerializer
Constructor that may add all the custom serializers in the library (which is almost always what you want).
XmlRpcMessages - Class in redstone.xmlrpc
Contains various messages generated by the library.
XmlRpcMessages() - Constructor for class redstone.xmlrpc.XmlRpcMessages
 
XmlRpcParser - Class in redstone.xmlrpc
An XmlRpcParser converts inbound XML-RPC messages to their Java counterparts through the use of a SAX compliant parser.
XmlRpcParser() - Constructor for class redstone.xmlrpc.XmlRpcParser
 
XmlRpcProxy - Class in redstone.xmlrpc
An XmlRpcProxy lets you use the services of an XML-RPC server through Java interfaces.
XmlRpcSerializer - Class in redstone.xmlrpc
The XmlRpcSerializer class converts Java objects to their XML-RPC counterparts according to the XML-RPC specification.
XmlRpcSerializer() - Constructor for class redstone.xmlrpc.XmlRpcSerializer
Constructor adding all core custom serializers.
XmlRpcSerializer(boolean) - Constructor for class redstone.xmlrpc.XmlRpcSerializer
Constructor that may add all the custom serializers in the library (which is almost always what you want).
XmlRpcServer - Class in redstone.xmlrpc
An XmlRpcServer is responsible for hosting a set of invocation handlers and a set of invocation interceptors.
XmlRpcServer() - Constructor for class redstone.xmlrpc.XmlRpcServer
Default constructor using default serializer supporting the basic types as well the custom serializers.
XmlRpcServer(XmlRpcSerializer) - Constructor for class redstone.xmlrpc.XmlRpcServer
Accepts a serializer to be used during serialization.
XmlRpcServlet - Class in redstone.xmlrpc
Servlet that publishes an XmlRpcServer in a web server.
XmlRpcServlet() - Constructor for class redstone.xmlrpc.XmlRpcServlet
 
XmlRpcStruct - Class in redstone.xmlrpc
A Struct represents an XML-RPC struct in its Java form.
XmlRpcStruct() - Constructor for class redstone.xmlrpc.XmlRpcStruct
 
XmlRpcValue - Class in redstone.xmlrpc
An XmlRpcValue wraps a value object that is initialized with data supplied from the XmlRpcParser according to a specific XML-RPC type.

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