|
||||||||
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. |
java.lang.String |
getErrorMessage()
Gets the error message that was returned by the service. |
protected java.net.URI |
getRedirectionUrl()
Gets the redirection URL. |
protected void |
loadFromXml(microsoft.exchange.webservices.data.EwsXmlReader reader,
java.lang.String endElementName)
* Initializes a new instance of the AutodiscoverResponse class. |
protected void |
setErrorCode(AutodiscoverErrorCode errorCode)
Sets the error code. |
protected void |
setErrorMessage(java.lang.String errorMessage)
Sets the error message. |
protected void |
setRedirectionUrl(java.net.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, java.lang.String endElementName) throws java.lang.Exception
reader
- the readerendElementName
- the end element name
java.lang.Exception
- the exceptionpublic AutodiscoverErrorCode getErrorCode()
protected void setErrorCode(AutodiscoverErrorCode errorCode)
errorCode
- the new error codepublic java.lang.String getErrorMessage()
protected void setErrorMessage(java.lang.String errorMessage)
errorMessage
- the new error messageprotected java.net.URI getRedirectionUrl()
protected void setRedirectionUrl(java.net.URI redirectionUrl)
redirectionUrl
- the new redirection url
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |