org.apache.xmlrpc.client
public class XmlRpcClientConfigImpl extends XmlRpcHttpRequestConfigImpl implements XmlRpcHttpClientConfig, XmlRpcLocalClientConfig, Cloneable, Serializable
Constructor Summary | |
---|---|
XmlRpcClientConfigImpl() Creates a new client configuration with default settings. |
Method Summary | |
---|---|
XmlRpcClientConfigImpl | cloneMe() Creates a clone of this client configuration. |
URL | getServerURL() |
XmlRpcRequestProcessor | getXmlRpcServer() |
void | setServerURL(URL pURL) Sets the servers URL. |
void | setXmlRpcServer(XmlRpcRequestProcessor pServer) Returns the {@link XmlRpcRequestProcessor} being invoked. |
Returns: A clone of this configuration.
Parameters: pURL Servers URL
Parameters: pServer Server object being invoked. This will typically be a singleton instance, but could as well create a new instance with any call.