Uses of Package
org.apache.xmlrpc.common

Packages that use org.apache.xmlrpc.common
org.apache.xmlrpc   
org.apache.xmlrpc.common   
org.apache.xmlrpc.jaxb   
org.apache.xmlrpc.parser   
org.apache.xmlrpc.serializer   
org.apache.xmlrpc.util   
 

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.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 org.apache.xmlrpc.server.XmlRpcServer and org.apache.xmlrpc.client.XmlRpcClient.
XmlRpcHttpConfig
          Interface of a configuration for HTTP requests.
XmlRpcHttpRequestConfig
          Extension of org.apache.xmlrpc.client.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 org.apache.xmlrpc.server.XmlRpcServer and org.apache.xmlrpc.client.XmlRpcClient.
XmlRpcStreamConfig
          Interface of a configuration for a stream based transport.
 

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.util
XmlRpcHttpRequestConfigImpl
          Default implementation of a request configuration.
 



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