org.apache.xmlrpc.client
Interface XmlRpcHttpClientConfig
- All Superinterfaces:
- org.apache.xmlrpc.XmlRpcConfig, org.apache.xmlrpc.common.XmlRpcHttpConfig, org.apache.xmlrpc.common.XmlRpcHttpRequestConfig, org.apache.xmlrpc.XmlRpcRequestConfig, org.apache.xmlrpc.common.XmlRpcStreamConfig, org.apache.xmlrpc.common.XmlRpcStreamRequestConfig
- All Known Implementing Classes:
- XmlRpcClientConfigImpl
public interface XmlRpcHttpClientConfig
- extends org.apache.xmlrpc.common.XmlRpcHttpRequestConfig
Extension of XmlRpcClientConfig
for HTTP based transport. Provides details like server URL,
user credentials, and so on.
Fields inherited from interface org.apache.xmlrpc.common.XmlRpcStreamConfig |
UTF8_ENCODING |
Method Summary |
java.net.URL |
getServerURL()
Returns the HTTP servers URL. |
Methods inherited from interface org.apache.xmlrpc.common.XmlRpcHttpRequestConfig |
getBasicPassword, getBasicUserName, getConnectionTimeout, getReplyTimeout |
Methods inherited from interface org.apache.xmlrpc.common.XmlRpcStreamRequestConfig |
isEnabledForExceptions, isGzipCompressing, isGzipRequesting |
Methods inherited from interface org.apache.xmlrpc.common.XmlRpcHttpConfig |
getBasicEncoding, isContentLengthOptional |
Methods inherited from interface org.apache.xmlrpc.common.XmlRpcStreamConfig |
getEncoding |
Methods inherited from interface org.apache.xmlrpc.XmlRpcConfig |
getTimeZone, isEnabledForExtensions |
getServerURL
java.net.URL getServerURL()
- Returns the HTTP servers URL.
- Returns:
- XML-RPC servers URL; for example, this may be the URL of a
servlet