Class RefreshRequestType


public class RefreshRequestType extends ActiveSubscriptionRequestType
Message to refresh 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 identify the subscription. It is also up to the connector to determine how the refresh should take place. Usually it means discarding change tokens and/or setting the next refresh to the current time.

Java class for RefreshRequestType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RefreshRequestType">
   <complexContent>
     <extension base="{http://www.bedework.org/synch/wsmessages}ActiveSubscriptionRequestType">
     </extension>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • RefreshRequestType

      public RefreshRequestType()