org.apache.xmlrpc.common
Interface XmlRpcHttpRequestConfig

All Superinterfaces:
XmlRpcClientConfig, XmlRpcConfig, XmlRpcHttpConfig, XmlRpcRequestConfig, XmlRpcStreamConfig, XmlRpcStreamRequestConfig
All Known Subinterfaces:
XmlRpcHttpClientConfig
All Known Implementing Classes:
RequestData, XmlRpcClientConfigImpl, XmlRpcHttpRequestConfigImpl, XmlRpcServletServer.RequestData

public interface XmlRpcHttpRequestConfig
extends XmlRpcStreamRequestConfig, XmlRpcHttpConfig

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


Field Summary
 
Fields inherited from interface org.apache.xmlrpc.common.XmlRpcStreamConfig
UTF8_ENCODING
 
Fields inherited from interface org.apache.xmlrpc.common.XmlRpcStreamConfig
UTF8_ENCODING
 
Method Summary
 java.lang.String getBasicPassword()
          Returns the password being used for basic HTTP authentication.
 java.lang.String getBasicUserName()
          Returns the user name being used for basic HTTP authentication.
 
Methods inherited from interface org.apache.xmlrpc.common.XmlRpcStreamRequestConfig
isGzipCompressing, isGzipRequesting
 
Methods inherited from interface org.apache.xmlrpc.XmlRpcConfig
isEnabledForExtensions
 
Methods inherited from interface org.apache.xmlrpc.common.XmlRpcStreamConfig
getEncoding
 
Methods inherited from interface org.apache.xmlrpc.common.XmlRpcHttpConfig
getBasicEncoding, isContentLengthOptional
 
Methods inherited from interface org.apache.xmlrpc.common.XmlRpcStreamConfig
getEncoding
 

Method Detail

getBasicUserName

java.lang.String getBasicUserName()
Returns the user name being used for basic HTTP authentication.

Returns:
User name or null, if no basic HTTP authentication is being used.

getBasicPassword

java.lang.String getBasicPassword()
Returns the password being used for basic HTTP authentication.

Returns:
Password or null, if no basic HTTP authentication is beind used.
Throws:
java.lang.IllegalStateException - A user name is configured, but no password.


Copyright 2001-2001-2006 Apache Software Foundation. All Rights Reserved.