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 TypeInterfaceDescriptioninterfaceThis interface is being implemented by an Apache XML-RPC clients configuration object.interfaceExtension ofXmlRpcClientConfigfor HTTP based transport.interfaceInterface of a client configuration for local rpc calls.Classes in org.apache.xmlrpc.client that implement XmlRpcRequestConfigModifier and TypeClassDescriptionclassDefault implementation of a clients request configuration.Fields in org.apache.xmlrpc.client declared as XmlRpcRequestConfigModifier and TypeFieldDescriptionprivate final XmlRpcRequestConfigXmlRpcClientRequestImpl.configMethods 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 TypeInterfaceDescriptioninterfaceExtension ofXmlRpcClientConfigfor HTTP based transport.interfaceInterface 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 TypeClassDescriptionclassDefault 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 TypeMethodDescriptionvoidXmlRpcWriter.write(XmlRpcRequestConfig pConfig, int pCode, String pMessage) Writes a servers error message to the output stream.voidXmlRpcWriter.write(XmlRpcRequestConfig pConfig, int pCode, String pMessage, Throwable pThrowable) Writes a servers error message to the output stream.voidXmlRpcWriter.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 TypeClassDescriptionclassWeb servers extension ofXmlRpcHttpRequestConfig, which allows to store additional per request data.