|
||||||||||
| 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<PlayOnPhoneResponse>
microsoft.exchange.webservices.data.core.request.PlayOnPhoneRequest
public final class PlayOnPhoneRequest
Represents a PlayOnPhone request.
| Constructor Summary | |
|---|---|
PlayOnPhoneRequest(ExchangeService service)
Initializes a new instance of the PlayOnPhoneRequest class. |
|
| Method Summary | |
|---|---|
PlayOnPhoneResponse |
execute()
Executes this request. |
protected String |
getDialString()
Gets the dial string. |
protected ItemId |
getItemId()
Gets the item id of the message to play. |
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 PlayOnPhoneResponse |
parseResponse(EwsServiceXmlReader reader)
Parses the response. |
void |
setDialString(String dialString)
Sets the dial string. |
void |
setItemId(ItemId itemId)
Sets the item id. |
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 PlayOnPhoneRequest(ExchangeService service)
throws Exception
service - the service
Exception| Method Detail |
|---|
public String getXmlElementName()
getXmlElementName in class ServiceRequestBase<PlayOnPhoneResponse>
protected void writeElementsToXml(EwsServiceXmlWriter writer)
throws Exception
writeElementsToXml in class ServiceRequestBase<PlayOnPhoneResponse>writer - the writer
Exception - the exceptionprotected String getResponseXmlElementName()
getResponseXmlElementName in class ServiceRequestBase<PlayOnPhoneResponse>
protected PlayOnPhoneResponse parseResponse(EwsServiceXmlReader reader)
throws Exception
parseResponse in class ServiceRequestBase<PlayOnPhoneResponse>reader - The reader.
Exception - the exceptionprotected ExchangeVersion getMinimumRequiredServerVersion()
getMinimumRequiredServerVersion in class ServiceRequestBase<PlayOnPhoneResponse>
public PlayOnPhoneResponse execute()
throws Exception
Exception - the exceptionprotected ItemId getItemId()
public void setItemId(ItemId itemId)
itemId - the new item idprotected String getDialString()
public void setDialString(String dialString)
dialString - the new dial string
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||