|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.WebClientUrl
public final class WebClientUrl
Represents the URL of the Exchange web client.
| Constructor Summary | |
|---|---|
protected |
WebClientUrl(String authenticationMethods,
String url)
Initializes a new instance of the WebClientUrl class. |
| Method Summary | |
|---|---|
String |
getAuthenticationMethods()
Gets the authentication methods. |
String |
getUrl()
Gets the URL. |
protected static WebClientUrl |
loadFromXml(microsoft.exchange.webservices.data.EwsXmlReader reader)
Loads WebClientUrl instance from XML. |
protected void |
setAuthenticationMethods(String value)
Sets the authentication methods. |
protected void |
setUrl(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 |
|---|
protected WebClientUrl(String authenticationMethods,
String url)
authenticationMethods - The authentication methods.url - The URL.| Method Detail |
|---|
protected static WebClientUrl loadFromXml(microsoft.exchange.webservices.data.EwsXmlReader reader)
throws Exception
reader - The reader.
Exception - the exceptionpublic String getAuthenticationMethods()
protected void setAuthenticationMethods(String value)
value - the new authentication methodspublic String getUrl()
protected void setUrl(String value)
value - the new url
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||