|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.core.response.ServiceResponse
microsoft.exchange.webservices.data.core.response.ResolveNamesResponse
public final class ResolveNamesResponse
Represents the response to a name resolution operation.
| Constructor Summary | |
|---|---|
ResolveNamesResponse(ExchangeService service)
Initializes a new instance of the class. |
|
| Method Summary | |
|---|---|
NameResolutionCollection |
getResolutions()
Gets a list of name resolution suggestions. |
protected void |
internalThrowIfNecessary()
Override base implementation so that API does not throw when name resolution fails to find a match. |
protected void |
readElementsFromXml(EwsServiceXmlReader reader)
Reads response elements from XML. |
| Methods inherited from class microsoft.exchange.webservices.data.core.response.ServiceResponse |
|---|
getBatchProcessingStopped, getErrorCode, getErrorDetails, getErrorMessage, getErrorProperties, getResult, loaded, loadExtraErrorDetailsFromXml, loadFromXml, mapErrorCodeToErrorMessage, parseMessageXml, setErrorMessage, throwIfNecessary |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResolveNamesResponse(ExchangeService service)
service - the service| Method Detail |
|---|
protected void readElementsFromXml(EwsServiceXmlReader reader)
throws Exception
readElementsFromXml in class ServiceResponsereader - the reader
Exception - the exception
protected void internalThrowIfNecessary()
throws ServiceResponseException
internalThrowIfNecessary in class ServiceResponseServiceResponseException - the service response exceptionpublic NameResolutionCollection getResolutions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||