BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.webservice.binding.https
Class HttpsClientBinding

java.lang.Object
  extended byweblogic.webservice.binding.AbstractBinding
      extended byweblogic.webservice.binding.soap.HttpClientBinding
          extended byweblogic.webservice.binding.https.HttpsClientBinding
All Implemented Interfaces:
Binding

Deprecated. please migrate to jws for webservices

public class HttpsClientBinding
extends weblogic.webservice.binding.soap.HttpClientBinding

HttpsClientBinding for WLS Webservices support for SSL

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Field Summary
 
Fields inherited from class weblogic.webservice.binding.AbstractBinding
CLIENT_SIDE, SERVER_SIDE
 
Constructor Summary
HttpsClientBinding()
          Deprecated.  
 
Method Summary
protected  Socket createSocket(String host, int port)
          Deprecated.  
protected  Socket createSocket(URL url)
          Deprecated.  
 void init(BindingInfo info)
          Deprecated.  
protected  void releaseSocket()
          Deprecated.  
 
Methods inherited from class weblogic.webservice.binding.soap.HttpClientBinding
getSocketKeepAlives, receive, send, setKeepAliveCountingEnabled
 
Methods inherited from class weblogic.webservice.binding.AbstractBinding
getBindingInfo, getDestination, getReplyTo, getSender, isClientSide, isServerSide, setBindingInfo, setClientSide, setDestination, setReplyTo, setSender, setServerSide
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpsClientBinding

public HttpsClientBinding()
                   throws SOAPException
Deprecated. 
Method Detail

createSocket

protected Socket createSocket(String host,
                              int port)
                       throws IOException
Deprecated. 
Throws:
IOException

createSocket

protected Socket createSocket(URL url)
                       throws IOException
Deprecated. 
Throws:
IOException

init

public void init(BindingInfo info)
          throws IOException
Deprecated. 
Description copied from interface: Binding
Initializes this binding.

Throws:
IOException

releaseSocket

protected void releaseSocket()
Deprecated. 

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