Uses of Package
org.apache.xmlrpc.common

Packages that use org.apache.xmlrpc.common
org.apache.xmlrpc   
org.apache.xmlrpc.client   
org.apache.xmlrpc.client.util   
org.apache.xmlrpc.common   
org.apache.xmlrpc.jaxb   
org.apache.xmlrpc.metadata   
org.apache.xmlrpc.parser   
org.apache.xmlrpc.serializer   
org.apache.xmlrpc.server   
org.apache.xmlrpc.util   
org.apache.xmlrpc.webserver   
 

Classes in org.apache.xmlrpc.common used by org.apache.xmlrpc
XmlRpcHttpConfig
          Interface of a configuration for HTTP requests.
XmlRpcStreamConfig
          Interface of a configuration for a stream based transport.
 

Classes in org.apache.xmlrpc.common used by org.apache.xmlrpc.client
XmlRpcController
          A common base class for XmlRpcServer and XmlRpcClient.
XmlRpcHttpConfig
          Interface of a configuration for HTTP requests.
XmlRpcHttpRequestConfig
          Extension of XmlRpcClientConfig for HTTP based transport.
XmlRpcHttpRequestConfigImpl
          Default implementation of a request configuration.
XmlRpcRequestProcessor
          Interface of an object, which is able to process XML-RPC requests.
XmlRpcRequestProcessorFactory
          Interface of an object, which may be used to create instances of XmlRpcRequestProcessor.
XmlRpcStreamConfig
          Interface of a configuration for a stream based transport.
XmlRpcStreamRequestConfig
          Interface of a client configuration for a transport, which is implemented by writing to a stream.
XmlRpcStreamRequestProcessor
          An instance of XmlRpcRequestProcessor, which is processing an XML stream.
XmlRpcWorker
          An object, which executes requests on the controllers behalf.
XmlRpcWorkerFactory
          A factory for XmlRpcWorker instances.
 

Classes in org.apache.xmlrpc.common used by org.apache.xmlrpc.client.util
TypeConverterFactory
          A TypeConverterFactory is called for creating instances of TypeConverter.
 

Classes in org.apache.xmlrpc.common used by org.apache.xmlrpc.common
ServerStreamConnection
          Interface of an object, which is able to provide an XML stream, containing an XML-RPC request.
TypeConverter
          A TypeConverter is used when actually calling the handler method or actually returning the result object.
TypeConverterFactory
          A TypeConverterFactory is called for creating instances of TypeConverter.
TypeFactory
          A type factory creates serializers or handlers, based on the object type.
XmlRpcController
          A common base class for XmlRpcServer and XmlRpcClient.
XmlRpcHttpConfig
          Interface of a configuration for HTTP requests.
XmlRpcHttpRequestConfig
          Extension of XmlRpcClientConfig for HTTP based transport.
XmlRpcLoadException
          This exception is thrown, if the clients or servers maximum number of concurrent threads is exceeded.
XmlRpcRequestProcessor
          Interface of an object, which is able to process XML-RPC requests.
XmlRpcStreamConfig
          Interface of a configuration for a stream based transport.
XmlRpcStreamRequestConfig
          Interface of a client configuration for a transport, which is implemented by writing to a stream.
XmlRpcWorker
          An object, which executes requests on the controllers behalf.
XmlRpcWorkerFactory
          A factory for XmlRpcWorker instances.
 

Classes in org.apache.xmlrpc.common used by org.apache.xmlrpc.jaxb
TypeFactory
          A type factory creates serializers or handlers, based on the object type.
TypeFactoryImpl
          Default implementation of a type factory.
XmlRpcController
          A common base class for XmlRpcServer and XmlRpcClient.
XmlRpcStreamConfig
          Interface of a configuration for a stream based transport.
 

Classes in org.apache.xmlrpc.common used by org.apache.xmlrpc.metadata
TypeConverterFactory
          A TypeConverterFactory is called for creating instances of TypeConverter.
 

Classes in org.apache.xmlrpc.common used by org.apache.xmlrpc.parser
TypeFactory
          A type factory creates serializers or handlers, based on the object type.
XmlRpcStreamConfig
          Interface of a configuration for a stream based transport.
XmlRpcStreamRequestConfig
          Interface of a client configuration for a transport, which is implemented by writing to a stream.
 

Classes in org.apache.xmlrpc.common used by org.apache.xmlrpc.serializer
TypeFactory
          A type factory creates serializers or handlers, based on the object type.
XmlRpcStreamConfig
          Interface of a configuration for a stream based transport.
 

Classes in org.apache.xmlrpc.common used by org.apache.xmlrpc.server
ServerStreamConnection
          Interface of an object, which is able to provide an XML stream, containing an XML-RPC request.
TypeConverterFactory
          A TypeConverterFactory is called for creating instances of TypeConverter.
XmlRpcController
          A common base class for XmlRpcServer and XmlRpcClient.
XmlRpcHttpConfig
          Interface of a configuration for HTTP requests.
XmlRpcRequestProcessor
          Interface of an object, which is able to process XML-RPC requests.
XmlRpcStreamConfig
          Interface of a configuration for a stream based transport.
XmlRpcStreamRequestConfig
          Interface of a client configuration for a transport, which is implemented by writing to a stream.
XmlRpcStreamRequestProcessor
          An instance of XmlRpcRequestProcessor, which is processing an XML stream.
XmlRpcWorker
          An object, which executes requests on the controllers behalf.
XmlRpcWorkerFactory
          A factory for XmlRpcWorker instances.
 

Classes in org.apache.xmlrpc.common used by org.apache.xmlrpc.util
XmlRpcHttpRequestConfigImpl
          Default implementation of a request configuration.
 

Classes in org.apache.xmlrpc.common used by org.apache.xmlrpc.webserver
ServerStreamConnection
          Interface of an object, which is able to provide an XML stream, containing an XML-RPC request.
TypeConverterFactory
          A TypeConverterFactory is called for creating instances of TypeConverter.
XmlRpcController
          A common base class for XmlRpcServer and XmlRpcClient.
XmlRpcHttpConfig
          Interface of a configuration for HTTP requests.
XmlRpcHttpRequestConfig
          Extension of XmlRpcClientConfig for HTTP based transport.
XmlRpcHttpRequestConfigImpl
          Default implementation of a request configuration.
XmlRpcRequestProcessor
          Interface of an object, which is able to process XML-RPC requests.
XmlRpcStreamConfig
          Interface of a configuration for a stream based transport.
XmlRpcStreamRequestConfig
          Interface of a client configuration for a transport, which is implemented by writing to a stream.
XmlRpcStreamRequestProcessor
          An instance of XmlRpcRequestProcessor, which is processing an XML stream.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.