Class UnsubscribeRequestType


  • public class UnsubscribeRequestType
    extends ActiveSubscriptionRequestType
    Message unsubscribing. 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 unsubscribe.

    Java class for UnsubscribeRequestType complex type.

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

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

      • UnsubscribeRequestType

        public UnsubscribeRequestType()