|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.autodiscover.response.AutodiscoverResponse
public abstract class AutodiscoverResponse
Represents the base class for all response returned by the Autodiscover service.
| Constructor Summary | |
|---|---|
AutodiscoverResponse()
Initializes a new instance of the AutodiscoverResponse class. |
|
| 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. |
URI |
getRedirectionUrl()
Gets the redirection URL. |
void |
loadFromXml(EwsXmlReader reader,
String endElementName)
Initializes a new instance of the AutodiscoverResponse class. |
void |
setErrorCode(AutodiscoverErrorCode errorCode)
Sets the error code. |
void |
setErrorMessage(String errorMessage)
Sets the error message. |
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 |
| Constructor Detail |
|---|
public AutodiscoverResponse()
| Method Detail |
|---|
public void loadFromXml(EwsXmlReader reader,
String endElementName)
throws Exception
reader - the readerendElementName - the end element name
Exception - the exceptionpublic AutodiscoverErrorCode getErrorCode()
public void setErrorCode(AutodiscoverErrorCode errorCode)
errorCode - the new error codepublic String getErrorMessage()
public void setErrorMessage(String errorMessage)
errorMessage - the new error messagepublic URI getRedirectionUrl()
public 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 | |||||||||