Package org.apache.xmlrpc.common
package org.apache.xmlrpc.common
-
ClassDescriptionImplementation of
ServerStreamConnection
for use by theXmlRpcLocalStreamTransport
.Interface of an object, which is able to provide an XML stream, containing an XML-RPC request.ATypeConverter
is used when actually calling the handler method or actually returning the result object.ATypeConverterFactory
is called for creating instances ofTypeConverter
.Default implementation ofTypeConverterFactory
.A type factory creates serializers or handlers, based on the object type.Default implementation of a type factory.A common base class forXmlRpcServer
andXmlRpcClient
.This exception is thrown, if an attempt to use extensions is made, but extensions aren't explicitly enabled.Interface of a configuration for HTTP requests.Extension ofXmlRpcClientConfig
for HTTP based transport.Default implementation of a request configuration.This exception is thrown, if the server catches an exception, which is thrown by the handler.This exception is thrown, if the clients or servers maximum number of concurrent threads is exceeded.This exception must be thrown, if the user isn't authenticated.Interface of an object, which is able to process XML-RPC requests.Interface of an object, which may be used to create instances ofXmlRpcRequestProcessor
.Interface of a configuration for a stream based transport.Interface of a client configuration for a transport, which is implemented by writing to a stream.An instance ofXmlRpcRequestProcessor
, which is processing an XML stream.An object, which executes requests on the controllers behalf.A factory forXmlRpcWorker
instances.