Package org.apache.axis.components.net
Class DefaultHTTPSTransportClientProperties
java.lang.Object
org.apache.axis.components.net.DefaultHTTPTransportClientProperties
org.apache.axis.components.net.DefaultHTTPSTransportClientProperties
- All Implemented Interfaces:
TransportClientProperties
- Author:
- Richard A. Sitze
-
Field Summary
Fields inherited from class org.apache.axis.components.net.DefaultHTTPTransportClientProperties
nonProxyHosts, proxyHost, proxyPassword, proxyPort, proxyUser -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a valid String, may be empty ("").Returns a valid String, may be empty ("").Returns a valid String, may be empty ("").Returns a valid String, may be empty ("").Returns a valid String, may be empty ("").
-
Constructor Details
-
DefaultHTTPSTransportClientProperties
public DefaultHTTPSTransportClientProperties()
-
-
Method Details
-
getProxyHost
Description copied from interface:TransportClientPropertiesReturns a valid String, may be empty ("").- Specified by:
getProxyHostin interfaceTransportClientProperties- Overrides:
getProxyHostin classDefaultHTTPTransportClientProperties- See Also:
-
getNonProxyHosts
Description copied from interface:TransportClientPropertiesReturns a valid String, may be empty ("").- Specified by:
getNonProxyHostsin interfaceTransportClientProperties- Overrides:
getNonProxyHostsin classDefaultHTTPTransportClientProperties- See Also:
-
getProxyPort
Description copied from interface:TransportClientPropertiesReturns a valid String, may be empty ("").- Specified by:
getProxyPortin interfaceTransportClientProperties- Overrides:
getProxyPortin classDefaultHTTPTransportClientProperties- See Also:
-
org.apache.axis.components.net.TransportClientProperties#getPort()
-
getProxyUser
Description copied from interface:TransportClientPropertiesReturns a valid String, may be empty ("").- Specified by:
getProxyUserin interfaceTransportClientProperties- Overrides:
getProxyUserin classDefaultHTTPTransportClientProperties- See Also:
-
org.apache.axis.components.net.TransportClientProperties#getUser()
-
getProxyPassword
Description copied from interface:TransportClientPropertiesReturns a valid String, may be empty ("").- Specified by:
getProxyPasswordin interfaceTransportClientProperties- Overrides:
getProxyPasswordin classDefaultHTTPTransportClientProperties- See Also:
-
org.apache.axis.components.net.TransportClientProperties#getPassword()
-