|
||||||||||
| 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<ServiceResponseCollection<TResponse>>
microsoft.exchange.webservices.data.core.request.MultiResponseServiceRequest<ExecuteDiagnosticMethodResponse>
microsoft.exchange.webservices.data.core.request.ExecuteDiagnosticMethodRequest
public final class ExecuteDiagnosticMethodRequest
Defines the ExecuteDiagnosticMethodRequest class.
| Constructor Summary | |
|---|---|
ExecuteDiagnosticMethodRequest(ExchangeService service)
Initializes a new instance of the ExecuteDiagnosticMethodRequest class. |
|
| Method Summary | |
|---|---|
protected ExecuteDiagnosticMethodResponse |
createServiceResponse(ExchangeService service,
int responseIndex)
Creates the service response. |
protected int |
getExpectedResponseMessageCount()
Gets the expected response message count. |
protected ExchangeVersion |
getMinimumRequiredServerVersion()
Gets the request version. |
protected Node |
getParameter()
Gets the parameter to the executing method. |
protected String |
getResponseMessageXmlElementName()
Gets the name of the response message XML element. |
protected String |
getResponseXmlElementName()
Gets the name of the response XML element. |
protected String |
getVerb()
Gets the verb of the method to execute. |
String |
getXmlElementName()
Gets the name of the XML element. |
void |
setParameter(Node value)
Sets the parameter to the executing method. |
void |
setVerb(String value)
Sets the verb of the method to execute. |
protected void |
writeElementsToXml(EwsServiceXmlWriter writer)
Writes XML elements. |
| Methods inherited from class microsoft.exchange.webservices.data.core.request.MultiResponseServiceRequest |
|---|
endExecute, execute, getErrorHandlingMode, parseResponse |
| 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 ExecuteDiagnosticMethodRequest(ExchangeService service)
throws Exception
Exception| Method Detail |
|---|
public String getXmlElementName()
getXmlElementName in class ServiceRequestBase<ServiceResponseCollection<ExecuteDiagnosticMethodResponse>>
protected void writeElementsToXml(EwsServiceXmlWriter writer)
throws ServiceXmlSerializationException,
XMLStreamException
writeElementsToXml in class ServiceRequestBase<ServiceResponseCollection<ExecuteDiagnosticMethodResponse>>writer - The writer
XMLStreamException - the XML stream exception
ServiceXmlSerializationExceptionprotected String getResponseXmlElementName()
getResponseXmlElementName in class ServiceRequestBase<ServiceResponseCollection<ExecuteDiagnosticMethodResponse>>protected ExchangeVersion getMinimumRequiredServerVersion()
getMinimumRequiredServerVersion in class ServiceRequestBase<ServiceResponseCollection<ExecuteDiagnosticMethodResponse>>protected String getVerb()
public void setVerb(String value)
protected Node getParameter()
public void setParameter(Node value)
protected ExecuteDiagnosticMethodResponse createServiceResponse(ExchangeService service,
int responseIndex)
createServiceResponse in class MultiResponseServiceRequest<ExecuteDiagnosticMethodResponse>service - The serviceresponseIndex - Index of the response
protected String getResponseMessageXmlElementName()
getResponseMessageXmlElementName in class MultiResponseServiceRequest<ExecuteDiagnosticMethodResponse>protected int getExpectedResponseMessageCount()
getExpectedResponseMessageCount in class MultiResponseServiceRequest<ExecuteDiagnosticMethodResponse>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||