| 
 | BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectweblogic.wsee.connection.transport.http.HttpTransportInfo
public class HttpTransportInfo
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.
| Constructor Summary | |
|---|---|
| HttpTransportInfo() | |
| Method Summary | |
|---|---|
|  byte[] | getPassword()Returns the password associated with a direct invoke of a Web Service. | 
|  Proxy | getProxy()Returns a Proxy object that represents the proxy server that is proxying the invoke of a Web Service. | 
|  byte[] | getProxyPassword()Returns the password associated with an invoke of a Web Service via a proxy server. | 
|  byte[] | getProxyUsername()Returns the username associated with an invoke of a Web Service via a proxy server. | 
|  byte[] | getUsername()Returns the username associated with a direct invoke of a Web Service. | 
|  void | setPassword(byte[] password)Sets the password associated with a direct invoke of a Web Service. | 
|  void | setProxy(Proxy proxy)Specifies the proxy server that is proxying the invoke of a Web Service. | 
|  void | setProxyPassword(byte[] proxyPassword)Sets the password associated with an invoke of a Web Service via a proxy server. | 
|  void | setProxyUsername(byte[] proxyUsername)Sets the username associated with an invoke of a Web Service via a proxy server. | 
|  void | setUsername(byte[] username)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 | 
|---|
public HttpTransportInfo()
| Method Detail | 
|---|
public byte[] getUsername()
public void setUsername(byte[] username)
public byte[] getPassword()
public void setPassword(byte[] password)
public byte[] getProxyUsername()
public void setProxyUsername(byte[] proxyUsername)
public byte[] getProxyPassword()
public void setProxyPassword(byte[] proxyPassword)
public Proxy getProxy()
public void setProxy(Proxy proxy)
| 
 | Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs100 Copyright 2006 BEA Systems Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||