|
||||||||||
| 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.GetStreamingEventsResponse
public final class GetStreamingEventsResponse
Represents the response to a subscription event retrieval operation.
| Constructor Summary | |
|---|---|
GetStreamingEventsResponse(HangingServiceRequestBase request)
Initializes a new instance of the GetStreamingEventsResponse class. |
|
| Method Summary | |
|---|---|
List<String> |
getErrorSubscriptionIds()
Gets the error subscription ids. |
GetStreamingEventsResults |
getResults()
Gets event results from subscription. |
protected boolean |
loadExtraErrorDetailsFromXml(EwsServiceXmlReader reader,
String xmlElementName)
Loads extra error details from XML |
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, internalThrowIfNecessary, loaded, 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 GetStreamingEventsResponse(HangingServiceRequestBase request)
request - The request
Request to disconnect when we get a close message.| Method Detail |
|---|
protected void readElementsFromXml(EwsServiceXmlReader reader)
throws Exception
readElementsFromXml in class ServiceResponsereader - the reader
Exception
protected boolean loadExtraErrorDetailsFromXml(EwsServiceXmlReader reader,
String xmlElementName)
throws Exception
loadExtraErrorDetailsFromXml in class ServiceResponsereader - The reader.xmlElementName - The current element name of the extra error details.
Exceptionpublic GetStreamingEventsResults getResults()
public List<String> getErrorSubscriptionIds()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||