Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Redstone.xmlrpc Classes and Interfaces - 36 results found.
NameDescriptionTypePackageFramework
Base64Provides encoding of raw bytes to base64-encoded characters, and decoding of base64 characters to raw bytes.Classredstone.xmlrpc.utilLNB
BooleanArraySerializerSerializes arrays of booleans.Classredstone.xmlrpc.serializersLNB
BooleanArraySerializerSerializes arrays of booleans.Classredstone.xmlrpc.serializers.jsonLNB
CollectionSerializerSerializes java.Classredstone.xmlrpc.serializersLNB
CollectionSerializerSerializes java.Classredstone.xmlrpc.serializers.jsonLNB
DoubleArraySerializerSerializes arrays of primitive doubles.Classredstone.xmlrpc.serializersLNB
DoubleArraySerializerSerializes arrays of primitive doubles.Classredstone.xmlrpc.serializers.jsonLNB
FloatArraySerializerSerializes arrays of primitive floats.Classredstone.xmlrpc.serializersLNB
FloatArraySerializerSerializes arrays of primitive floats.Classredstone.xmlrpc.serializers.jsonLNB
IntArraySerializerSerializes arrays of primitive integers.Classredstone.xmlrpc.serializersLNB
IntArraySerializerSerializes arrays of primitive integers.Classredstone.xmlrpc.serializers.jsonLNB
IntrospectingSerializerSerializes any Java object using Introspection to learn which properties that the object exposes.Classredstone.xmlrpc.serializersLNB
IntrospectingSerializerSerializes any Java object using Introspection to learn which properties that the object exposes.Classredstone.xmlrpc.serializers.jsonLNB
ListSerializerA custom serializer that support serialization of objects implementing the java.Classredstone.xmlrpc.serializers.jsonLNB
ListSerializerA custom serializer that support serialization of objects implementing the java.Classredstone.xmlrpc.serializersLNB
LongArraySerializerSerializes arrays of primitive longs.Classredstone.xmlrpc.serializersLNB
LongPrimitiveSerializerSerializes primitiv longs.Classredstone.xmlrpc.serializersLNB
LongWrapperSerializerSerializes a Long wrapper.Classredstone.xmlrpc.serializersLNB
MapSerializerSerializes java.Classredstone.xmlrpc.serializers.jsonLNB
MapSerializerSerializes java.Classredstone.xmlrpc.serializersLNB
ObjectArraySerializerSerializes arrays of objects into JSON arrays.Classredstone.xmlrpc.serializers.jsonLNB
ObjectArraySerializerSerializes arrays of objects into XML-RPC arrays.Classredstone.xmlrpc.serializersLNB
XmlRpcArrayAn Array represents an XML-RPC array in its Java form.Classredstone.xmlrpcLNB
XmlRpcCallbackCallback interface to implement when using asynchronous invocations with XmlRpcClient.Interfaceredstone.xmlrpcLNB
XmlRpcClientAn XmlRpcClient represents a connection to an XML-RPC enabled server.Classredstone.xmlrpcLNB
XmlRpcCustomSerializerJava objects are serialized into XML-RPC values using instances of classes implementing the XmlRpcCustomSerializer class.Interfaceredstone.xmlrpcLNB
XmlRpcExceptionThe exception thrown by the XML-RPC library in case of serialization or network problems.Classredstone.xmlrpcLNB
XmlRpcFaultException thrown by the XML-RPC library in case of a fault response.Classredstone.xmlrpcLNB
XmlRpcInvocationHandlerWhen receiving XML-RPC messages, XmlRpcServers parse the XML payload and dispatch control to XmlRpcInvocationHandlers that perform the actual processing.Interfaceredstone.xmlrpcLNB
XmlRpcJsonSerializerThe XmlRpcJsonSerializer class converts Java objects to their JSON counterparts.Classredstone.xmlrpcLNB
XmlRpcMessagesContains various messages generated by the library.Classredstone.xmlrpcLNB
XmlRpcParserAn XmlRpcParser converts inbound XML-RPC messages to their Java counterparts through the use of a SAX compliant parser.Classredstone.xmlrpcLNB
XmlRpcProxyAn XmlRpcProxy lets you use the services of an XML-RPC server through Java interfaces.Classredstone.xmlrpcLNB
XmlRpcSerializerThe XmlRpcSerializer class converts Java objects to their XML-RPC counterparts according to the XML-RPC specification.Classredstone.xmlrpcLNB
XmlRpcStructA Struct represents an XML-RPC struct in its Java form.Classredstone.xmlrpcLNB
XmlRpcValueAn XmlRpcValue wraps a value object that is initialized with data supplied from the XmlRpcParser according to a specific XML-RPC type.Classredstone.xmlrpcLNB