org.apache.xmlrpc.client
Class XmlRpcClientConfigImpl
- Cloneable, Serializable, XmlRpcClientConfig, XmlRpcConfig, XmlRpcHttpClientConfig, XmlRpcHttpConfig, XmlRpcHttpRequestConfig, XmlRpcLocalClientConfig, XmlRpcRequestConfig, XmlRpcRequestProcessorFactory, XmlRpcStreamConfig, XmlRpcStreamRequestConfig
public class XmlRpcClientConfigImpl
Default implementation of a clients request configuration.
getBasicPassword, getBasicUserName, getConnectionTimeout, getReplyTimeout, isEnabledForExceptions, isGzipCompressing, isGzipRequesting, setBasicPassword, setBasicUserName, setConnectionTimeout, setEnabledForExceptions, setGzipCompressing, setGzipRequesting, setReplyTimeout |
XmlRpcClientConfigImpl
public XmlRpcClientConfigImpl()
Creates a new client configuration with default settings.
cloneMe
public XmlRpcClientConfigImpl cloneMe()
Creates a clone of this client configuration.
- A clone of this configuration.
setServerURL
public void setServerURL(URL pURL)
Sets the servers URL.
setXmlRpcServer
public void setXmlRpcServer(XmlRpcRequestProcessor pServer)
pServer - Server object being invoked. This will typically
be a singleton instance, but could as well create a new
instance with any call.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.