BEA Systems, Inc.

weblogic.webservice.binding.https
Class HttpsBindingInfo

java.lang.Object
  extended by weblogic.webservice.binding.BindingInfo
      extended by weblogic.webservice.binding.https.HttpsBindingInfo

Deprecated. please migrate to jws for webservices

public class HttpsBindingInfo
extends BindingInfo

HttpsBindingInfo for WLS Webservices support for SSL


Field Summary
 
Fields inherited from class weblogic.webservice.binding.BindingInfo
DEFAULT_TRANSPORT, SOAP11, SOAP12
 
Constructor Summary
HttpsBindingInfo()
          Deprecated.  
 
Method Summary
 void closeSharedSocket()
          Deprecated. Closes the shared socket.
 long getSharedSocketTimeout()
          Deprecated. Returns the value in seconds for the shared socket timeout.
 boolean getSocketSharing()
          Deprecated. Returns the state of socket sharing for this client
 SSLAdapter getSSLAdapter()
          Deprecated. Returns the SSLAdapter used for this client
 boolean getSSLSocketPooling()
          Deprecated.  
 String getTransport()
          Deprecated. Returns the transport name
 void setSharedSocketTimeout(long value)
          Deprecated. Sets the timeout value for socket sharing associated with this client.
 void setSocketSharing(boolean value)
          Deprecated. Sets the the state for socket sharing associated with this client.
 void setSSLAdapter(SSLAdapter sslAdapter)
          Deprecated. Sets the SSLAdapter used for this client
 void setSSLSocketPooling(boolean value)
          Deprecated.  
 
Methods inherited from class weblogic.webservice.binding.BindingInfo
getAcceptCharset, getAddress, getCharset, getTimeout, isSoap12, isVerbose, setAcceptCharset, setAddress, setCharset, setTimeout, setVerbose
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpsBindingInfo

public HttpsBindingInfo()
Deprecated. 
Method Detail

getTransport

public String getTransport()
Deprecated. 
Returns the transport name

Overrides:
getTransport in class BindingInfo
Returns:
"https"

getSSLAdapter

public SSLAdapter getSSLAdapter()
Deprecated. 
Returns the SSLAdapter used for this client

Returns:
SSLAdapter
See Also:
for details.

setSSLAdapter

public void setSSLAdapter(SSLAdapter sslAdapter)
Deprecated. 
Sets the SSLAdapter used for this client

Parameters:
SSLAdapter -
See Also:
for details.

setSSLSocketPooling

public void setSSLSocketPooling(boolean value)
Deprecated. 


getSSLSocketPooling

public boolean getSSLSocketPooling()
Deprecated. 


closeSharedSocket

public void closeSharedSocket()
Deprecated. 
Closes the shared socket.


setSharedSocketTimeout

public void setSharedSocketTimeout(long value)
Deprecated. 
Sets the timeout value for socket sharing associated with this client. The default value is 15 seconds.

This value can also be set using the system parameter https.sharedsocket.timeout

Parameters:
long - value in seconds.

getSharedSocketTimeout

public long getSharedSocketTimeout()
Deprecated. 
Returns the value in seconds for the shared socket timeout.

Returns:
long value in seconds

setSocketSharing

public void setSocketSharing(boolean value)
Deprecated. 
Sets the the state for socket sharing associated with this client. The default state is false, no socket sharing.

The system property https.sharedsocket can also be used to set this value.

Parameters:
boolean -

getSocketSharing

public boolean getSocketSharing()
Deprecated. 
Returns the state of socket sharing for this client

Returns:
boolean

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.