org.apache.xmlrpc.client
Interface XmlRpcHttpClientConfig

All Known Implementing Classes:
XmlRpcClientConfigImpl

public interface XmlRpcHttpClientConfig

Extension of XmlRpcClientConfig for HTTP based transport. Provides details like server URL, user credentials, and so on.


Method Summary
 java.net.URL getServerURL()
          Returns the HTTP servers URL.
 

Method Detail

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