Uses of Interface
org.apache.xmlrpc.XmlRpcRequestConfig
Packages that use XmlRpcRequestConfig
Package
Description
-
Uses of XmlRpcRequestConfig in org.apache.xmlrpc
Methods in org.apache.xmlrpc that return XmlRpcRequestConfig -
Uses of XmlRpcRequestConfig in org.apache.xmlrpc.client
Subinterfaces of XmlRpcRequestConfig in org.apache.xmlrpc.clientModifier and TypeInterfaceDescriptioninterface
This interface is being implemented by an Apache XML-RPC clients configuration object.interface
Extension ofXmlRpcClientConfig
for HTTP based transport.interface
Interface of a client configuration for local rpc calls.Classes in org.apache.xmlrpc.client that implement XmlRpcRequestConfigModifier and TypeClassDescriptionclass
Default implementation of a clients request configuration.Fields in org.apache.xmlrpc.client declared as XmlRpcRequestConfigModifier and TypeFieldDescriptionprivate final XmlRpcRequestConfig
XmlRpcClientRequestImpl.config
Methods in org.apache.xmlrpc.client that return XmlRpcRequestConfigConstructors in org.apache.xmlrpc.client with parameters of type XmlRpcRequestConfigModifierConstructorDescriptionXmlRpcClientRequestImpl
(XmlRpcRequestConfig pConfig, String pMethodName, Object[] pParams) Creates a new instance.XmlRpcClientRequestImpl
(XmlRpcRequestConfig pConfig, String pMethodName, List pParams) Creates a new instance. -
Uses of XmlRpcRequestConfig in org.apache.xmlrpc.common
Subinterfaces of XmlRpcRequestConfig in org.apache.xmlrpc.commonModifier and TypeInterfaceDescriptioninterface
Extension ofXmlRpcClientConfig
for HTTP based transport.interface
Interface of a client configuration for a transport, which is implemented by writing to a stream.Classes in org.apache.xmlrpc.common that implement XmlRpcRequestConfigModifier and TypeClassDescriptionclass
Default implementation of a request configuration. -
Uses of XmlRpcRequestConfig in org.apache.xmlrpc.serializer
Methods in org.apache.xmlrpc.serializer with parameters of type XmlRpcRequestConfigModifier and TypeMethodDescriptionvoid
XmlRpcWriter.write
(XmlRpcRequestConfig pConfig, int pCode, String pMessage) Writes a servers error message to the output stream.void
XmlRpcWriter.write
(XmlRpcRequestConfig pConfig, int pCode, String pMessage, Throwable pThrowable) Writes a servers error message to the output stream.void
XmlRpcWriter.write
(XmlRpcRequestConfig pConfig, Object pResult) Writes a servers response to the output stream. -
Uses of XmlRpcRequestConfig in org.apache.xmlrpc.webserver
Classes in org.apache.xmlrpc.webserver that implement XmlRpcRequestConfigModifier and TypeClassDescriptionclass
Web servers extension ofXmlRpcHttpRequestConfig
, which allows to store additional per request data.