Frames | No Frames |
Classes implementing org.apache.xmlrpc.client.XmlRpcClientConfig | |
class | Default implementation of a clients request configuration. |
Methods with parameter type org.apache.xmlrpc.client.XmlRpcClientConfig | |
Object | Performs a request with the given configuration. |
Object | Performs a request with the given configuration. |
void | XmlRpcClient.executeAsync(XmlRpcClientConfig pConfig, String pMethodName, List pParams, AsyncCallback pCallback) Performs an asynchronous request with the given configuration. |
void | XmlRpcClient.executeAsync(XmlRpcClientConfig pConfig, String pMethodName, Object[] pParams, AsyncCallback pCallback) Performs an asynchronous request with the given configuration. |
void | Sets the clients default configuration. |
Methods with return type org.apache.xmlrpc.client.XmlRpcClientConfig | |
XmlRpcClientConfig | Returns the clients default configuration. |