Class AutodiscoverResponse

    • Constructor Detail

      • AutodiscoverResponse

        public AutodiscoverResponse()
        Initializes a new instance of the AutodiscoverResponse class.
    • Method Detail

      • loadFromXml

        public void loadFromXml​(EwsXmlReader reader,
                                String endElementName)
                         throws Exception
        Initializes a new instance of the AutodiscoverResponse class.
        Parameters:
        reader - the reader
        endElementName - the end element name
        Throws:
        Exception - the exception
      • getErrorMessage

        public String getErrorMessage()
        Gets the error message that was returned by the service.
        Returns:
        the error message
      • setErrorMessage

        public void setErrorMessage​(String errorMessage)
        Sets the error message.
        Parameters:
        errorMessage - the new error message
      • getRedirectionUrl

        public URI getRedirectionUrl()
        Gets the redirection URL.
        Returns:
        the redirection url
      • setRedirectionUrl

        public void setRedirectionUrl​(URI redirectionUrl)
        Sets the redirection url.
        Parameters:
        redirectionUrl - the new redirection url