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

Part Number E41849-02

weblogic.wsee.connection.transport.http
Class HttpTransportInfo

java.lang.Object
  extended by weblogic.wsee.connection.transport.http.HttpTransportInfo
All Implemented Interfaces:
Serializable, TransportInfo
Direct Known Subclasses:
HttpsTransportInfo

Deprecated.

public class HttpTransportInfo
extends Object
implements TransportInfo, Serializable

This class represents information about a connection to a Web Service via the HTTP/S transport.

In particular, the class is used to get or set the username and password when invoking a Web Service. It can be used for both direct invokes and for invokes via a proxy server.

See Also:
Serialized Form

Constructor Summary
HttpTransportInfo()
          Deprecated.  
 
Method Summary
 byte[] getPassword()
          Deprecated. Returns the password associated with a direct invoke of a Web Service.
 Proxy getProxy()
          Deprecated. Returns a Proxy object that represents the proxy server that is proxying the invoke of a Web Service.
 byte[] getProxyPassword()
          Deprecated. Returns the password associated with an invoke of a Web Service via a proxy server.
 byte[] getProxyUsername()
          Deprecated. Returns the username associated with an invoke of a Web Service via a proxy server.
 byte[] getUsername()
          Deprecated. Returns the username associated with a direct invoke of a Web Service.
 void setPassword(byte[] password)
          Deprecated. Sets the password associated with a direct invoke of a Web Service.
 void setProxy(Proxy proxy)
          Deprecated. Specifies the proxy server that is proxying the invoke of a Web Service.
 void setProxyPassword(byte[] proxyPassword)
          Deprecated. Sets the password associated with an invoke of a Web Service via a proxy server.
 void setProxyUsername(byte[] proxyUsername)
          Deprecated. Sets the username associated with an invoke of a Web Service via a proxy server.
 void setUsername(byte[] username)
          Deprecated. Sets the username associated with a direct invoke of a Web Service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpTransportInfo

public HttpTransportInfo()
Deprecated. 
Method Detail

getUsername

public byte[] getUsername()
Deprecated. 
Returns the username associated with a direct invoke of a Web Service.


setUsername

public void setUsername(byte[] username)
Deprecated. 
Sets the username associated with a direct invoke of a Web Service.


getPassword

public byte[] getPassword()
Deprecated. 
Returns the password associated with a direct invoke of a Web Service.


setPassword

public void setPassword(byte[] password)
Deprecated. 
Sets the password associated with a direct invoke of a Web Service.


getProxyUsername

public byte[] getProxyUsername()
Deprecated. 
Returns the username associated with an invoke of a Web Service via a proxy server.


setProxyUsername

public void setProxyUsername(byte[] proxyUsername)
Deprecated. 
Sets the username associated with an invoke of a Web Service via a proxy server.


getProxyPassword

public byte[] getProxyPassword()
Deprecated. 
Returns the password associated with an invoke of a Web Service via a proxy server.


setProxyPassword

public void setProxyPassword(byte[] proxyPassword)
Deprecated. 
Sets the password associated with an invoke of a Web Service via a proxy server.


getProxy

public Proxy getProxy()
Deprecated. 
Returns a Proxy object that represents the proxy server that is proxying the invoke of a Web Service.


setProxy

public void setProxy(Proxy proxy)
Deprecated. 
Specifies the proxy server that is proxying the invoke of a Web Service.


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