|
||||||||||
| 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<T>
public abstract class SimpleServiceRequestBase<T>
Defines the SimpleServiceRequestBase class.
| Constructor Summary | |
|---|---|
protected |
SimpleServiceRequestBase(ExchangeService service)
Initializes a new instance of the SimpleServiceRequestBase class. |
| Method Summary | |
|---|---|
AsyncRequestResult |
beginExecute(AsyncCallback callback)
Begins executing this async request. |
protected T |
endInternalExecute(IAsyncResult asyncResult)
Ends executing this async request. |
protected T |
internalExecute()
Executes this request. |
| Methods inherited from class microsoft.exchange.webservices.data.core.request.ServiceRequestBase |
|---|
buildEwsHttpPoolingWebRequest, buildEwsHttpWebRequest, getEwsHttpWebResponse, getMinimumRequiredServerVersion, getResponseStream, getResponseXmlElementName, getService, getXmlElementName, parseResponse, processWebException, readPreamble, readResponse, readResponse, readSoapFault, throwIfNotSupportedByRequestedServerVersion, traceResponse, validate, validateAndEmitRequest, writeAttributesToXml, writeBodyToXml, writeElementsToXml, writeToXml |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected SimpleServiceRequestBase(ExchangeService service)
throws Exception
Exception| Method Detail |
|---|
protected T internalExecute()
throws Exception
Exception - on error
protected T endInternalExecute(IAsyncResult asyncResult)
throws Exception
asyncResult - The async result
Exception - on error
public AsyncRequestResult beginExecute(AsyncCallback callback)
throws Exception
callback - The AsyncCallback delegate.
Exception - on error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||