站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 jaxrpc API Documentation 英文版文档

DefaultHTTPSTransportClientProperties (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档


org.apache.axis.components.net
Class DefaultHTTPSTransportClientProperties

java.lang.Object
  extended byorg.apache.axis.components.net.DefaultHTTPTransportClientProperties
      extended byorg.apache.axis.components.net.DefaultHTTPSTransportClientProperties
All 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
 
Constructor Summary
DefaultHTTPSTransportClientProperties()
           
 
Method Summary
 String getNonProxyHosts()
          Returns a valid String, may be empty ("").
 String getProxyHost()
          Returns a valid String, may be empty ("").
 String getProxyPassword()
          Returns a valid String, may be empty ("").
 String getProxyPort()
          Returns a valid String, may be empty ("").
 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 String getProxyHost()
Description copied from interface: TransportClientProperties
Returns a valid String, may be empty ("").

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

getNonProxyHosts

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

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

getProxyPort

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

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

getProxyUser

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

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

getProxyPassword

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

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


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.