public class XmlRpcClientConfigImpl extends XmlRpcHttpRequestConfigImpl implements XmlRpcHttpClientConfig, XmlRpcLocalClientConfig, java.lang.Cloneable, java.io.Serializable
Constructor and Description |
---|
XmlRpcClientConfigImpl()
Creates a new client configuration with default settings.
|
Modifier and Type | Method and Description |
---|---|
XmlRpcClientConfigImpl |
cloneMe()
Creates a clone of this client configuration.
|
java.net.URL |
getServerURL()
Returns the HTTP servers URL.
|
XmlRpcRequestProcessor |
getXmlRpcServer() |
void |
setServerURL(java.net.URL pURL)
Sets the servers URL.
|
void |
setXmlRpcServer(XmlRpcRequestProcessor pServer)
Returns the
XmlRpcRequestProcessor being invoked. |
public XmlRpcClientConfigImpl()
public XmlRpcClientConfigImpl cloneMe()
public void setServerURL(java.net.URL pURL)
pURL
- Servers URLpublic java.net.URL getServerURL()
XmlRpcHttpClientConfig
getServerURL
in interface XmlRpcHttpClientConfig
public void setXmlRpcServer(XmlRpcRequestProcessor pServer)
XmlRpcRequestProcessor
being invoked.pServer
- Server object being invoked. This will typically
be a singleton instance, but could as well create a new
instance with any call.public XmlRpcRequestProcessor getXmlRpcServer()