org.apache.xmlrpc.client

Interface XmlRpcHttpClientConfig

public interface XmlRpcHttpClientConfig extends XmlRpcHttpRequestConfig

Extension of {@link org.apache.xmlrpc.client.XmlRpcClientConfig} for HTTP based transport. Provides details like server URL, user credentials, and so on.
Method Summary
URLgetServerURL()
Returns the HTTP servers URL.

Method Detail

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.