Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

Uses of Interface
weblogic.wsee.connection.transport.TransportInfo

Packages that use TransportInfo
weblogic.wsee.connection.transport.http Provides classes for connecting to a WebLogic Web Service via HTTP transport. 
weblogic.wsee.connection.transport.https Provides classes for connecting to a WebLogic Web Service via HTTPS transport. 
weblogic.wsee.connection.transport.jms Provides classes for JMS transport. 
 

Uses of TransportInfo in weblogic.wsee.connection.transport.http
 

Classes in weblogic.wsee.connection.transport.http that implement TransportInfo
 class HttpTransportInfo
          Deprecated.  
 

Uses of TransportInfo in weblogic.wsee.connection.transport.https
 

Classes in weblogic.wsee.connection.transport.https that implement TransportInfo
 class HttpsTransportInfo
          Deprecated.  
 

Methods in weblogic.wsee.connection.transport.https with parameters of type TransportInfo
 HttpsURLConnection JdkSSLAdapter.openConnection(URL url, Proxy proxy, TransportInfo info)
          Deprecated.  
 HttpURLConnection SSLAdapter.openConnection(URL url, Proxy proxy, TransportInfo info)
          Deprecated. This method is called by Server Internal Implementaion on the implementation class of this interface.
 HttpURLConnection WlsSSLAdapter.openConnection(URL url, Proxy proxy, TransportInfo info)
          Deprecated. This method is called by Server Internal Implementaion on the implementation class of this interface.
 

Uses of TransportInfo in weblogic.wsee.connection.transport.jms
 

Classes in weblogic.wsee.connection.transport.jms that implement TransportInfo
 class JmsTransportInfo
          Deprecated.  
 

Methods in weblogic.wsee.connection.transport.jms with parameters of type TransportInfo
 void JmsTransport.connect(String destination, TransportInfo info)
          Deprecated.  
 


Copyright 1996, 2014, 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
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02