BEA Systems, Inc.


weblogic.webservice.client
Interface SSLAdapter

All Known Implementing Classes:
BaseWLSSLAdapter, JSSEAdapter, NullSSLAdapter

public interface SSLAdapter

SSLAdapter.java Created: Mon Apr 8 18:59:42 2002

Author:
Copyright (c) 2002-2003. BEA Systems, Inc. All Rights Reserved.

Method Summary
 java.net.Socket createSocket(java.lang.String host, int port)
           
 java.net.URLConnection openConnection(java.net.URL url)
           
 

Method Detail

createSocket

public java.net.Socket createSocket(java.lang.String host,
                                    int port)
                             throws java.io.IOException

openConnection

public java.net.URLConnection openConnection(java.net.URL url)
                                      throws java.io.IOException

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs70

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference