org.apache.axis.components.net

Class DefaultHTTPSTransportClientProperties

Implemented Interfaces:
TransportClientProperties

public class DefaultHTTPSTransportClientProperties
extends DefaultHTTPTransportClientProperties

Author:
Richard A. Sitze

Field Summary

Fields inherited from class org.apache.axis.components.net.DefaultHTTPTransportClientProperties

nonProxyHosts, proxyHost, proxyPassword, proxyPort, proxyUser

Method Summary

String
getNonProxyHosts()
String
getProxyHost()
String
getProxyPassword()
String
getProxyPort()
String
getProxyUser()

Methods inherited from class org.apache.axis.components.net.DefaultHTTPTransportClientProperties

getNonProxyHosts, getProxyHost, getProxyPassword, getProxyPort, getProxyUser

Method Details

getNonProxyHosts

public String getNonProxyHosts()
Specified by:
getNonProxyHosts in interface TransportClientProperties
Overrides:
getNonProxyHosts in interface DefaultHTTPTransportClientProperties

getProxyHost

public String getProxyHost()
Specified by:
getProxyHost in interface TransportClientProperties
Overrides:
getProxyHost in interface DefaultHTTPTransportClientProperties

getProxyPassword

public String getProxyPassword()
Specified by:
getProxyPassword in interface TransportClientProperties
Overrides:
getProxyPassword in interface DefaultHTTPTransportClientProperties
See Also:
org.apache.axis.components.net.TransportClientProperties.getPassword()

getProxyPort

public String getProxyPort()
Specified by:
getProxyPort in interface TransportClientProperties
Overrides:
getProxyPort in interface DefaultHTTPTransportClientProperties
See Also:
org.apache.axis.components.net.TransportClientProperties.getPort()

getProxyUser

public String getProxyUser()
Specified by:
getProxyUser in interface TransportClientProperties
Overrides:
getProxyUser in interface DefaultHTTPTransportClientProperties
See Also:
org.apache.axis.components.net.TransportClientProperties.getUser()

Copyright © 2005 Apache Web Services Project. All Rights Reserved.