| Name | Description | Type | Package | Framework |
| Base64 | Provides encoding of raw bytes to base64-encoded characters, and decoding of base64 characters to raw bytes. | Class | redstone.xmlrpc.util | LNB |
| BooleanArraySerializer | Serializes arrays of booleans. | Class | redstone.xmlrpc.serializers | LNB |
| BooleanArraySerializer | Serializes arrays of booleans. | Class | redstone.xmlrpc.serializers.json | LNB |
| CollectionSerializer | Serializes java. | Class | redstone.xmlrpc.serializers | LNB |
| CollectionSerializer | Serializes java. | Class | redstone.xmlrpc.serializers.json | LNB |
| DoubleArraySerializer | Serializes arrays of primitive doubles. | Class | redstone.xmlrpc.serializers | LNB |
| DoubleArraySerializer | Serializes arrays of primitive doubles. | Class | redstone.xmlrpc.serializers.json | LNB |
| FloatArraySerializer | Serializes arrays of primitive floats. | Class | redstone.xmlrpc.serializers | LNB |
| FloatArraySerializer | Serializes arrays of primitive floats. | Class | redstone.xmlrpc.serializers.json | LNB |
| IntArraySerializer | Serializes arrays of primitive integers. | Class | redstone.xmlrpc.serializers | LNB |
| IntArraySerializer | Serializes arrays of primitive integers. | Class | redstone.xmlrpc.serializers.json | LNB |
| IntrospectingSerializer | Serializes any Java object using Introspection to learn which properties that the object exposes. | Class | redstone.xmlrpc.serializers | LNB |
| IntrospectingSerializer | Serializes any Java object using Introspection to learn which properties that the object exposes. | Class | redstone.xmlrpc.serializers.json | LNB |
| ListSerializer | A custom serializer that support serialization of objects implementing the java. | Class | redstone.xmlrpc.serializers.json | LNB |
| ListSerializer | A custom serializer that support serialization of objects implementing the java. | Class | redstone.xmlrpc.serializers | LNB |
| LongArraySerializer | Serializes arrays of primitive longs. | Class | redstone.xmlrpc.serializers | LNB |
| LongPrimitiveSerializer | Serializes primitiv longs. | Class | redstone.xmlrpc.serializers | LNB |
| LongWrapperSerializer | Serializes a Long wrapper. | Class | redstone.xmlrpc.serializers | LNB |
| MapSerializer | Serializes java. | Class | redstone.xmlrpc.serializers.json | LNB |
| MapSerializer | Serializes java. | Class | redstone.xmlrpc.serializers | LNB |
| ObjectArraySerializer | Serializes arrays of objects into JSON arrays. | Class | redstone.xmlrpc.serializers.json | LNB |
| ObjectArraySerializer | Serializes arrays of objects into XML-RPC arrays. | Class | redstone.xmlrpc.serializers | LNB |
| XmlRpcArray | An Array represents an XML-RPC array in its Java form. | Class | redstone.xmlrpc | LNB |
| XmlRpcCallback | Callback interface to implement when using asynchronous invocations with XmlRpcClient. | Interface | redstone.xmlrpc | LNB |
| XmlRpcClient | An XmlRpcClient represents a connection to an XML-RPC enabled server. | Class | redstone.xmlrpc | LNB |
| XmlRpcCustomSerializer | Java objects are serialized into XML-RPC values using instances of classes implementing the XmlRpcCustomSerializer class. | Interface | redstone.xmlrpc | LNB |
| XmlRpcException | The exception thrown by the XML-RPC library in case of serialization or network problems. | Class | redstone.xmlrpc | LNB |
| XmlRpcFault | Exception thrown by the XML-RPC library in case of a fault response. | Class | redstone.xmlrpc | LNB |
| XmlRpcInvocationHandler | When receiving XML-RPC messages, XmlRpcServers parse the XML payload and dispatch control to XmlRpcInvocationHandlers that perform the actual processing. | Interface | redstone.xmlrpc | LNB |
| XmlRpcJsonSerializer | The XmlRpcJsonSerializer class converts Java objects to their JSON counterparts. | Class | redstone.xmlrpc | LNB |
| XmlRpcMessages | Contains various messages generated by the library. | Class | redstone.xmlrpc | LNB |
| XmlRpcParser | An XmlRpcParser converts inbound XML-RPC messages to their Java counterparts through the use of a SAX compliant parser. | Class | redstone.xmlrpc | LNB |
| XmlRpcProxy | An XmlRpcProxy lets you use the services of an XML-RPC server through Java interfaces. | Class | redstone.xmlrpc | LNB |
| XmlRpcSerializer | The XmlRpcSerializer class converts Java objects to their XML-RPC counterparts according to the XML-RPC specification. | Class | redstone.xmlrpc | LNB |
| XmlRpcStruct | A Struct represents an XML-RPC struct in its Java form. | Class | redstone.xmlrpc | LNB |
| XmlRpcValue | An XmlRpcValue wraps a value object that is initialized with data supplied from the XmlRpcParser according to a specific XML-RPC type. | Class | redstone.xmlrpc | LNB |