microsoft.exchange.webservices.data
Class WebClientUrl

java.lang.Object
  extended by microsoft.exchange.webservices.data.WebClientUrl

public final class WebClientUrl
extends java.lang.Object

Represents the URL of the Exchange web client.


Constructor Summary
protected WebClientUrl(java.lang.String authenticationMethods, java.lang.String url)
          Initializes a new instance of the WebClientUrl class.
 
Method Summary
 java.lang.String getAuthenticationMethods()
          Gets the authentication methods.
 java.lang.String getUrl()
          Gets the URL.
protected static WebClientUrl loadFromXml(microsoft.exchange.webservices.data.EwsXmlReader reader)
          Loads WebClientUrl instance from XML.
protected  void setAuthenticationMethods(java.lang.String value)
          Sets the authentication methods.
protected  void setUrl(java.lang.String value)
          Sets the url.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebClientUrl

protected WebClientUrl(java.lang.String authenticationMethods,
                       java.lang.String url)
Initializes a new instance of the WebClientUrl class.

Parameters:
authenticationMethods - The authentication methods.
url - The URL.
Method Detail

loadFromXml

protected static WebClientUrl loadFromXml(microsoft.exchange.webservices.data.EwsXmlReader reader)
                                   throws java.lang.Exception
Loads WebClientUrl instance from XML.

Parameters:
reader - The reader.
Returns:
WebClientUrl.
Throws:
java.lang.Exception - the exception

getAuthenticationMethods

public java.lang.String getAuthenticationMethods()
Gets the authentication methods.

Returns:
the authentication methods

setAuthenticationMethods

protected void setAuthenticationMethods(java.lang.String value)
Sets the authentication methods.

Parameters:
value - the new authentication methods

getUrl

public java.lang.String getUrl()
Gets the URL.

Returns:
the url

setUrl

protected void setUrl(java.lang.String value)
Sets the url.

Parameters:
value - the new url