Package org.apache.xmlrpc.common
Interface Summary |
ServerStreamConnection | Interface of an object, which is able to provide
an XML stream, containing an XML-RPC request.
|
TypeConverter | A {@link TypeConverter} is used when actually calling the
handler method or actually returning the result object. |
TypeConverterFactory | A {@link TypeConverterFactory} is called for creating instances
of {@link TypeConverter}. |
TypeFactory | A type factory creates serializers or handlers, based on the object
type. |
XmlRpcHttpConfig | Interface of a configuration for HTTP requests. |
XmlRpcHttpRequestConfig | Extension of {@link org.apache.xmlrpc.client.XmlRpcClientConfig}
for HTTP based transport. |
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 {@link 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 {@link XmlRpcRequestProcessor},
which is processing an XML stream. |
XmlRpcWorker | An object, which executes requests on the controllers
behalf. |
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.