|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.autodiscover.configuration.ConfigurationSettingsBase
public abstract class ConfigurationSettingsBase
Represents the base class for configuration settings.
| Constructor Summary | |
|---|---|
ConfigurationSettingsBase()
Initializes a new instance of the ConfigurationSettingsBase class. |
|
| Method Summary | |
|---|---|
abstract GetUserSettingsResponse |
convertSettings(String smtpAddress,
List<UserSettingName> requestedSettings)
Convert ConfigurationSettings to GetUserSettings response. |
AutodiscoverError |
getError()
Gets the error. |
abstract String |
getNamespace()
Gets the namespace that defines the settings. |
abstract String |
getRedirectTarget()
Gets the redirect target. |
abstract AutodiscoverResponseType |
getResponseType()
Gets the type of the response. |
void |
loadFromXml(EwsXmlReader reader)
Loads the settings from XML. |
abstract void |
makeRedirectionResponse(URI redirectUrl)
Makes this instance a redirection response. |
boolean |
tryReadCurrentXmlElement(EwsXmlReader reader)
Tries to read the current XML element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurationSettingsBase()
| Method Detail |
|---|
public boolean tryReadCurrentXmlElement(EwsXmlReader reader)
throws Exception
reader - the reader
Exception - the exception
public void loadFromXml(EwsXmlReader reader)
throws Exception
reader - the reader
Exception - the exceptionpublic abstract String getNamespace()
public abstract void makeRedirectionResponse(URI redirectUrl)
redirectUrl - the redirect urlpublic abstract AutodiscoverResponseType getResponseType()
public abstract String getRedirectTarget()
public abstract GetUserSettingsResponse convertSettings(String smtpAddress,
List<UserSettingName> requestedSettings)
smtpAddress - SMTP address.requestedSettings - The requested settings.
public AutodiscoverError getError()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||