|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.AutodiscoverResponse
public abstract class AutodiscoverResponse
Represents the base class for all responses returned by the Autodiscover service.
| Method Summary | |
|---|---|
AutodiscoverErrorCode |
getErrorCode()
Gets the error code that was returned by the service. |
String |
getErrorMessage()
Gets the error message that was returned by the service. |
protected URI |
getRedirectionUrl()
Gets the redirection URL. |
protected void |
loadFromXml(microsoft.exchange.webservices.data.EwsXmlReader reader,
String endElementName)
* Initializes a new instance of the AutodiscoverResponse class. |
protected void |
setErrorCode(AutodiscoverErrorCode errorCode)
Sets the error code. |
protected void |
setErrorMessage(String errorMessage)
Sets the error message. |
protected void |
setRedirectionUrl(URI redirectionUrl)
Sets the redirection url. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
protected void loadFromXml(microsoft.exchange.webservices.data.EwsXmlReader reader,
String endElementName)
throws Exception
reader - the readerendElementName - the end element name
Exception - the exceptionpublic AutodiscoverErrorCode getErrorCode()
protected void setErrorCode(AutodiscoverErrorCode errorCode)
errorCode - the new error codepublic String getErrorMessage()
protected void setErrorMessage(String errorMessage)
errorMessage - the new error messageprotected URI getRedirectionUrl()
protected void setRedirectionUrl(URI redirectionUrl)
redirectionUrl - the new redirection url
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||