weblogic.webservice.binding.https
Class HttpsClientBinding
java.lang.Object
   weblogic.webservice.binding.AbstractBinding
weblogic.webservice.binding.AbstractBinding
       weblogic.webservice.binding.soap.HttpClientBinding
weblogic.webservice.binding.soap.HttpClientBinding
           weblogic.webservice.binding.https.HttpsClientBinding
weblogic.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
 
 
 
 
| 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 | 
 
HttpsClientBinding
public HttpsClientBinding()
                   throws SOAPException
- Deprecated. 
- Throws:
- SOAPException
 
init
public void init(BindingInfo info)
          throws IOException
- Deprecated. - Description copied from interface: Binding
- Initializes this binding.
 
- 
- Specified by:
- initin interface- Binding
- Overrides:
- initin class- weblogic.webservice.binding.soap.HttpClientBinding
 
- 
- Parameters:
- info- binding information used to create this binding
- Throws:
- IOException- failed to init binding
 
createSocket
protected Socket createSocket(String host,
                              int port)
                       throws IOException
- Deprecated. - 
- Overrides:
- createSocketin class- weblogic.webservice.binding.soap.HttpClientBinding
 
- 
- Throws:
- IOException
 
createSocket
protected Socket createSocket(URL url)
                       throws IOException
- Deprecated. - 
- Overrides:
- createSocketin class- weblogic.webservice.binding.soap.HttpClientBinding
 
- 
- Throws:
- IOException
 
releaseSocket
protected void releaseSocket()
- Deprecated. - 
- Overrides:
- releaseSocketin class- weblogic.webservice.binding.soap.HttpClientBinding
 
-