Class ExsynchSubscribeResponse
- java.lang.Object
-
- org.oasis_open.docs.ws_calendar.ns.soap.BaseResponseType
-
- org.bedework.synch.cnctrs.exchange.responses.ExchangeResponse
-
- org.bedework.synch.cnctrs.exchange.responses.ExsynchSubscribeResponse
-
public class ExsynchSubscribeResponse extends ExchangeResponse
Response from a subscription.
-
-
Constructor Summary
Constructors Constructor Description ExsynchSubscribeResponse(com.microsoft.schemas.exchange.services._2006.messages.SubscribeResponseMessageType srm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSubscriptionId()StringgetWatermark()StringtoString()-
Methods inherited from class org.bedework.synch.cnctrs.exchange.responses.ExchangeResponse
getDescriptiveLinkKey, getMessageXml, getResponseCode, toStringSegment
-
-
-
-
Constructor Detail
-
ExsynchSubscribeResponse
public ExsynchSubscribeResponse(com.microsoft.schemas.exchange.services._2006.messages.SubscribeResponseMessageType srm) throws SynchException- Parameters:
srm-- Throws:
SynchException
-
-