Frames | No Frames |
Methods with parameter type org.apache.xmlrpc.XmlRpcRequestConfig | |
void | Writes a servers response to the output stream. |
void | Writes a servers error message to the output stream. |
void | Writes a servers error message to the output stream. |
Classes implementing org.apache.xmlrpc.XmlRpcRequestConfig | |
class | Web servers extension of
XmlRpcHttpRequestConfig ,
which allows to store additional per request data. |
Classes implementing org.apache.xmlrpc.XmlRpcRequestConfig | |
class | Default implementation of a request configuration. |
Classes implementing org.apache.xmlrpc.XmlRpcRequestConfig | |
class | Default implementation of a clients request configuration. |
Constructors with parameter type org.apache.xmlrpc.XmlRpcRequestConfig | |
XmlRpcClientRequestImpl.XmlRpcClientRequestImpl(XmlRpcRequestConfig pConfig, String pMethodName, List pParams) Creates a new instance. | |
XmlRpcClientRequestImpl.XmlRpcClientRequestImpl(XmlRpcRequestConfig pConfig, String pMethodName, Object[] pParams) Creates a new instance. |
Methods with return type org.apache.xmlrpc.XmlRpcRequestConfig | |
XmlRpcRequestConfig |
Methods with return type org.apache.xmlrpc.XmlRpcRequestConfig | |
XmlRpcRequestConfig | Returns the request configuration. |