BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


Uses of Interface
weblogic.webservice.client.SSLAdapter

Packages that use SSLAdapter
weblogic.webservice.binding.https   
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.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.
 SSLAdapter SSLAdapterFactory.createSSLAdapter()
          Deprecated. Returns a new instance of the SSLAdapter class, regardless of whether useDefaultAdapter has been set true.
 

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.
 


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