Package org.apache.xmlrpc.common

Interface Summary

ServerStreamConnectionInterface of an object, which is able to provide an XML stream, containing an XML-RPC request.
TypeConverterA TypeConverter is used when actually calling the handler method or actually returning the result object.
TypeConverterFactoryA TypeConverterFactory is called for creating instances of TypeConverter.
TypeFactoryA type factory creates serializers or handlers, based on the object type.
XmlRpcHttpConfigInterface of a configuration for HTTP requests.
XmlRpcHttpRequestConfigExtension of XmlRpcClientConfig for HTTP based transport.
XmlRpcRequestProcessorInterface of an object, which is able to process XML-RPC requests.
XmlRpcRequestProcessorFactoryInterface of an object, which may be used to create instances of XmlRpcRequestProcessor.
XmlRpcStreamConfigInterface of a configuration for a stream based transport.
XmlRpcStreamRequestConfigInterface of a client configuration for a transport, which is implemented by writing to a stream.
XmlRpcStreamRequestProcessorAn instance of XmlRpcRequestProcessor, which is processing an XML stream.
XmlRpcWorkerAn object, which executes requests on the controllers behalf.

Class Summary

LocalStreamConnectionImplementation of ServerStreamConnection for use by the XmlRpcLocalStreamTransport.
TypeConverterFactoryImplDefault implementation of TypeConverterFactory.
TypeFactoryImplDefault implementation of a type factory.
XmlRpcControllerA common base class for XmlRpcServer and XmlRpcClient.
XmlRpcExtensionExceptionThis exception is thrown, if an attempt to use extensions is made, but extensions aren't explicitly enabled.
XmlRpcHttpRequestConfigImplDefault implementation of a request configuration.
XmlRpcInvocationException This exception is thrown, if the server catches an exception, which is thrown by the handler.
XmlRpcLoadExceptionThis exception is thrown, if the clients or servers maximum number of concurrent threads is exceeded.
XmlRpcNotAuthorizedExceptionThis exception must be thrown, if the user isn't authenticated.
XmlRpcWorkerFactoryA factory for XmlRpcWorker instances.

Copyright © 2001-2007
Apache Software Foundation. All Rights Reserved.