Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04

Uses of Interface
weblogic.webservice.client.SSLAdapter

Packages that use SSLAdapter
weblogic.webservice.binding.https Deprecated. Provides classes for weblogic.webservice.binding.https. 
weblogic.webservice.client Deprecated. Provides interfaces and classes for weblogic.webservice.client. 
 

Uses of SSLAdapter in weblogic.webservice.binding.https
 

Methods in weblogic.webservice.binding.https that return SSLAdapter
 SSLAdapter HttpsBindingInfo.getSSLAdapter()
          Deprecated. Returns the SSLAdapter used for this client
 

Methods in weblogic.webservice.binding.https with parameters of type SSLAdapter
 void HttpsBindingInfo.setSSLAdapter(SSLAdapter sslAdapter)
          Deprecated. Sets the SSLAdapter used for this client
 

Uses of SSLAdapter in weblogic.webservice.client
 

Classes in weblogic.webservice.client that implement SSLAdapter
 class BaseWLSSLAdapter
          Deprecated. please migrate to jws for webservices
 class JSSEAdapter
          Deprecated. please migrate to jws for webservices
 class NullSSLAdapter
          Deprecated. please migrate to jws for webservices
 class WLSSLAdapter
          Deprecated. please migrate to jws for webservices
 

Methods in weblogic.webservice.client that return SSLAdapter
 SSLAdapter SSLAdapterFactory.createSSLAdapter()
          Deprecated. Returns a new instance of the SSLAdapter class, regardless of whether useDefaultAdapter has been set true.
 SSLAdapter SSLAdapterFactory.getDefaultAdapter()
          Deprecated. This returns the default instance of the this factory's SSLAdapter.
 SSLAdapter SSLAdapterFactory.getSSLAdapter()
          Deprecated. This method returns an instance of SSLAdapter if an adapter class is available.
 

Methods in weblogic.webservice.client with parameters of type SSLAdapter
 void SSLAdapterFactory.setDefaultAdapter(SSLAdapter adapter)
          Deprecated. Sets the factory's default instance to one provided by the user.
 


Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04