Uses of Interface
org.apache.xmlrpc.XmlRpcRequestConfig

Packages that use XmlRpcRequestConfig
org.apache.xmlrpc   
org.apache.xmlrpc.common   
org.apache.xmlrpc.serializer   
 

Uses of XmlRpcRequestConfig in org.apache.xmlrpc
 

Methods in org.apache.xmlrpc that return XmlRpcRequestConfig
 XmlRpcRequestConfig XmlRpcRequest.getConfig()
          Returns the request configuration.
 

Uses of XmlRpcRequestConfig in org.apache.xmlrpc.common
 

Subinterfaces of XmlRpcRequestConfig in org.apache.xmlrpc.common
 interface XmlRpcHttpRequestConfig
          Extension of org.apache.xmlrpc.client.XmlRpcClientConfig for HTTP based transport.
 interface XmlRpcStreamRequestConfig
          Interface of a client configuration for a transport, which is implemented by writing to a stream.
 

Classes in org.apache.xmlrpc.common that implement XmlRpcRequestConfig
 class XmlRpcHttpRequestConfigImpl
          Default implementation of a request configuration.
 

Uses of XmlRpcRequestConfig in org.apache.xmlrpc.serializer
 

Methods in org.apache.xmlrpc.serializer with parameters of type XmlRpcRequestConfig
 void XmlRpcWriter.write(XmlRpcRequestConfig pConfig, int pCode, java.lang.String pMessage)
          Writes a servers error message to the output stream.
 void XmlRpcWriter.write(XmlRpcRequestConfig pConfig, int pCode, java.lang.String pMessage, java.lang.Throwable pThrowable)
          Writes a servers error message to the output stream.
 void XmlRpcWriter.write(XmlRpcRequestConfig pConfig, java.lang.Object pResult)
          Writes a servers response to the output stream.