Package org.bedework.synch.wsmessages
Class SubscriptionStatusRequestType
- java.lang.Object
-
- org.bedework.synch.wsmessages.BaseSynchRequestType
-
- org.bedework.synch.wsmessages.ActiveSubscriptionRequestType
-
- org.bedework.synch.wsmessages.SubscriptionStatusRequestType
-
public class SubscriptionStatusRequestType extends ActiveSubscriptionRequestType
Message requests the status of a subscription. This needs to provide all the information for a given end of the subscription which would usually be the end that made the subscription in the first place. It's up to the connector to determine if enough information has been supplied to allow the requests to proceed. The response is most of the current information about the subscriptiuon held by the server.Java class for SubscriptionStatusRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubscriptionStatusRequestType"> <complexContent> <extension base="{http://www.bedework.org/synch/wsmessages}ActiveSubscriptionRequestType"> </extension> </complexContent> </complexType>
-
-
Field Summary
-
Fields inherited from class org.bedework.synch.wsmessages.ActiveSubscriptionRequestType
connectorInfo, end, principalHref, subscriptionId, token
-
-
Constructor Summary
Constructors Constructor Description SubscriptionStatusRequestType()
-
Method Summary
-
Methods inherited from class org.bedework.synch.wsmessages.ActiveSubscriptionRequestType
getConnectorInfo, getEnd, getPrincipalHref, getSubscriptionId, getToken, setConnectorInfo, setEnd, setPrincipalHref, setSubscriptionId, setToken
-
-