|
Oracle® Calendar Web Services Java API Reference 10g Release 1 (10.1.1) B14475-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.calendar.soap.client.Proxy
Stores the proxy information to be used by the Calendarlet. The proxy host and port must be specified. Additionally, if the proxy requires an authenticated user and password, this must be provided as well.
Constructor Summary | |
Proxy() Default contstructor. |
Method Summary | |
java.lang.String |
getHost() Retrieves the proxy host. |
boolean |
getNeedPassword() Retrieves the flag indicating that the user name and password are required for proxy authentication version 2003-01-09 fixXXXXXX |
java.lang.String |
getPassword() Retrieves the proxy password. |
int |
getPort() Retrieves the proxy port. |
java.lang.String |
getUser() Retrieves the proxy user name. |
void |
setHost(java.lang.String in_newHost) Specifies the proxy host. |
void |
setNeedPassword(boolean in_newFlag) Specifies the flag indicating that a proxy user name and password is required. |
void |
setPassword(java.lang.String in_newPassword) Specifies the proxy user password. |
void |
setPort(int in_newPort) Specifies the proxy port. |
void |
setUser(java.lang.String in_newUser) Specifies the proxy user name. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Proxy()
Method Detail |
public java.lang.String getHost()
public void setHost(java.lang.String in_newHost)
in_newHost
- host name or IP addresspublic int getPort()
public void setPort(int in_newPort)
in_newPort
- port numberpublic java.lang.String getUser()
public void setUser(java.lang.String in_newUser)
in_newUser
- proxy user namepublic java.lang.String getPassword()
public void setPassword(java.lang.String in_newPassword)
in_newPassword
- proxy user passwordpublic boolean getNeedPassword()
public void setNeedPassword(boolean in_newFlag)
in_newFlag
- true if user name and password are required
|
Oracle® Calendar Web Services Java API Reference 10g Release 1 (10.1.1) B14475-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |