weblogic.wsee.connection.transport.https
Class JdkSSLAdapter
java.lang.Object
   weblogic.wsee.connection.transport.https.JdkSSLAdapter
weblogic.wsee.connection.transport.https.JdkSSLAdapter
- All Implemented Interfaces: 
- SSLAdapter
- public class JdkSSLAdapter 
- extends Object- implements SSLAdapter
 
| Method Summary | 
|  HttpsURLConnection | openConnection(URL url,
               Proxy proxy,
               weblogic.wsee.connection.transport.TransportInfo info)This method is called by Server Internal Implementaion on the implementation
  class of this interface.
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
JdkSSLAdapter
public JdkSSLAdapter()
openConnection
public HttpsURLConnection openConnection(URL url,
                                         Proxy proxy,
                                         weblogic.wsee.connection.transport.TransportInfo info)
                                  throws IOException
- Description copied from interface: SSLAdapter
- This method is called by Server Internal Implementaion on the implementation
  class of this interface. during the WSDL/Webservice invocation call
 
- 
- Specified by:
- openConnectionin interface- SSLAdapter
 
- 
- Parameters:
- url- URL object which represents the end point.
- proxy- Proxy object which represents proxy server's details.
- Returns:
- 
- Throws:
- IOException