Oracle® Calendar Web Services Java API Reference
10g Release 1 (10.1.1)

B14475-01


oracle.calendar.soap.client
Class Proxy

java.lang.Object
  extended byoracle.calendar.soap.client.Proxy


public class Proxy
extends java.lang.Object

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

Proxy

public Proxy()
Default contstructor. version 2003-01-09 fixXXXXXX

Method Detail

getHost

public java.lang.String getHost()
Retrieves the proxy host. version 2003-01-09 fixXXXXXX
Returns:
String - host name or IP address

setHost

public void setHost(java.lang.String in_newHost)
Specifies the proxy host. version 2003-01-09 fixXXXXXX
Parameters:
in_newHost - host name or IP address

getPort

public int getPort()
Retrieves the proxy port. version 2003-01-09 fixXXXXXX
Returns:
int - port number

setPort

public void setPort(int in_newPort)
Specifies the proxy port. version 2003-01-09 fixXXXXXX
Parameters:
in_newPort - port number

getUser

public java.lang.String getUser()
Retrieves the proxy user name. version 2003-01-09 fixXXXXXX
Returns:
String - proxy user name

setUser

public void setUser(java.lang.String in_newUser)
Specifies the proxy user name. version 2003-01-09 fixXXXXXX
Parameters:
in_newUser - proxy user name

getPassword

public java.lang.String getPassword()
Retrieves the proxy password. version 2003-01-09 fixXXXXXX
Returns:
String - proxy user password

setPassword

public void setPassword(java.lang.String in_newPassword)
Specifies the proxy user password. version 2003-01-09 fixXXXXXX
Parameters:
in_newPassword - proxy user password

getNeedPassword

public boolean getNeedPassword()
Retrieves the flag indicating that the user name and password are required for proxy authentication version 2003-01-09 fixXXXXXX
Returns:
boolean - true if user name and password are required

setNeedPassword

public void setNeedPassword(boolean in_newFlag)
Specifies the flag indicating that a proxy user name and password is required. version 2003-01-09 fixXXXXXX
Parameters:
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


Copyright © 1998, 2005, Oracle. All rights reserved.