org.jboss.axis.components.net
Class DefaultHTTPSTransportClientProperties

java.lang.Object
  extended byorg.jboss.axis.components.net.DefaultHTTPTransportClientProperties (src) 
      extended byorg.jboss.axis.components.net.DefaultHTTPSTransportClientProperties
All Implemented Interfaces:
TransportClientProperties (src)

public class DefaultHTTPSTransportClientProperties
extends DefaultHTTPTransportClientProperties (src)


Field Summary
 
Fields inherited from class org.jboss.axis.components.net.DefaultHTTPTransportClientProperties (src)
nonProxyHosts, proxyHost, proxyPassword, proxyPort, proxyUser
 
Constructor Summary
DefaultHTTPSTransportClientProperties()
           
 
Method Summary
 java.lang.String getNonProxyHosts()
          Returns a valid String, may be empty ("").
 java.lang.String getProxyHost()
          Returns a valid String, may be empty ("").
 java.lang.String getProxyPassword()
          Returns a valid String, may be empty ("").
 java.lang.String getProxyPort()
          Returns a valid String, may be empty ("").
 java.lang.String getProxyUser()
          Returns a valid String, may be empty ("").
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultHTTPSTransportClientProperties

public DefaultHTTPSTransportClientProperties()
Method Detail

getProxyHost

public java.lang.String getProxyHost()
Description copied from interface: TransportClientProperties (src)
Returns a valid String, may be empty ("").

Specified by:
getProxyHost in interface TransportClientProperties (src)
Overrides:
getProxyHost in class DefaultHTTPTransportClientProperties (src)
See Also:
TransportClientProperties.getProxyHost()

getNonProxyHosts

public java.lang.String getNonProxyHosts()
Description copied from interface: TransportClientProperties (src)
Returns a valid String, may be empty ("").

Specified by:
getNonProxyHosts in interface TransportClientProperties (src)
Overrides:
getNonProxyHosts in class DefaultHTTPTransportClientProperties (src)
See Also:
TransportClientProperties.getNonProxyHosts()

getProxyPort

public java.lang.String getProxyPort()
Description copied from interface: TransportClientProperties (src)
Returns a valid String, may be empty ("").

Specified by:
getProxyPort in interface TransportClientProperties (src)
Overrides:
getProxyPort in class DefaultHTTPTransportClientProperties (src)
See Also:
org.jboss.axis.components.net.TransportClientProperties#getPort()

getProxyUser

public java.lang.String getProxyUser()
Description copied from interface: TransportClientProperties (src)
Returns a valid String, may be empty ("").

Specified by:
getProxyUser in interface TransportClientProperties (src)
Overrides:
getProxyUser in class DefaultHTTPTransportClientProperties (src)
See Also:
org.jboss.axis.components.net.TransportClientProperties#getUser()

getProxyPassword

public java.lang.String getProxyPassword()
Description copied from interface: TransportClientProperties (src)
Returns a valid String, may be empty ("").

Specified by:
getProxyPassword in interface TransportClientProperties (src)
Overrides:
getProxyPassword in class DefaultHTTPTransportClientProperties (src)
See Also:
org.jboss.axis.components.net.TransportClientProperties#getPassword()