org.apache.xmlrpc.client

Interface XmlRpcHttpClientConfig

All Superinterfaces:
XmlRpcConfig, XmlRpcHttpConfig, XmlRpcHttpRequestConfig, XmlRpcRequestConfig, XmlRpcStreamConfig, XmlRpcStreamRequestConfig
Known Implementing Classes:
XmlRpcClientConfigImpl

public interface XmlRpcHttpClientConfig
extends 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

URL
getServerURL()
Returns the HTTP servers URL.

Methods inherited from interface org.apache.xmlrpc.XmlRpcConfig

getTimeZone, isEnabledForExtensions

Methods inherited from interface org.apache.xmlrpc.common.XmlRpcHttpConfig

getBasicEncoding, isContentLengthOptional

Methods inherited from interface org.apache.xmlrpc.common.XmlRpcHttpRequestConfig

getBasicPassword, getBasicUserName, getConnectionTimeout, getReplyTimeout

Methods inherited from interface org.apache.xmlrpc.common.XmlRpcStreamConfig

getEncoding

Methods inherited from interface org.apache.xmlrpc.common.XmlRpcStreamRequestConfig

isEnabledForExceptions, isGzipCompressing, isGzipRequesting

Method Details

getServerURL

public URL getServerURL()
Returns the HTTP servers URL.
Returns:
XML-RPC servers URL; for example, this may be the URL of a servlet

Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.