|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.core.request.ServiceRequestBase<T>
microsoft.exchange.webservices.data.core.request.SimpleServiceRequestBase<GetRoomListsResponse>
microsoft.exchange.webservices.data.core.request.GetRoomListsRequest
public final class GetRoomListsRequest
Represents a GetRoomList request.
| Constructor Summary | |
|---|---|
GetRoomListsRequest(ExchangeService service)
Initializes a new instance of the class. |
|
| Method Summary | |
|---|---|
GetRoomListsResponse |
execute()
Executes this request. |
protected ExchangeVersion |
getMinimumRequiredServerVersion()
Gets the request version. |
protected String |
getResponseXmlElementName()
Gets the name of the response XML element. |
String |
getXmlElementName()
Gets the name of the XML element. |
protected GetRoomListsResponse |
parseResponse(EwsServiceXmlReader reader)
Parses the response. |
protected void |
writeElementsToXml(EwsServiceXmlWriter writer)
Writes XML elements. |
| Methods inherited from class microsoft.exchange.webservices.data.core.request.SimpleServiceRequestBase |
|---|
beginExecute, endInternalExecute, internalExecute |
| Methods inherited from class microsoft.exchange.webservices.data.core.request.ServiceRequestBase |
|---|
buildEwsHttpPoolingWebRequest, buildEwsHttpWebRequest, getEwsHttpWebResponse, getResponseStream, getService, processWebException, readPreamble, readResponse, readResponse, readSoapFault, throwIfNotSupportedByRequestedServerVersion, traceResponse, validate, validateAndEmitRequest, writeAttributesToXml, writeBodyToXml, writeToXml |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GetRoomListsRequest(ExchangeService service)
throws Exception
service - the service
Exception| Method Detail |
|---|
public String getXmlElementName()
getXmlElementName in class ServiceRequestBase<GetRoomListsResponse>protected void writeElementsToXml(EwsServiceXmlWriter writer)
writeElementsToXml in class ServiceRequestBase<GetRoomListsResponse>writer - the writerprotected String getResponseXmlElementName()
getResponseXmlElementName in class ServiceRequestBase<GetRoomListsResponse>
protected GetRoomListsResponse parseResponse(EwsServiceXmlReader reader)
throws Exception
parseResponse in class ServiceRequestBase<GetRoomListsResponse>reader - The reader.
Exception - the exceptionprotected ExchangeVersion getMinimumRequiredServerVersion()
getMinimumRequiredServerVersion in class ServiceRequestBase<GetRoomListsResponse>
public GetRoomListsResponse execute()
throws Exception
Exception - the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||