Class RenewCommandBuilder

    • Constructor Summary

      Constructors 
      Constructor Description
      RenewCommandBuilder​(org.apache.axis2.context.MessageContext messageCtx)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      org.apache.axiom.soap.SOAPEnvelope fromSubscription​(org.wso2.carbon.event.core.subscription.Subscription subscription)
      Deprecated.
      (01) (06) (07) (08) http://schemas.xmlsoap.org/ws/2004/08/eventing/RenewResponse (09) (10) (11) uuid:bd88b3df-5db4-4392-9621-aee9160721f6 (12) (13) http://www.example.com/MyEventSink (14) (15) (16) (17) 2004-06-26T12:00:00.000-00:00 (18) (19) (20)
      org.wso2.carbon.event.core.subscription.Subscription toSubscription​(org.apache.axiom.soap.SOAPEnvelope envelope)
      Deprecated.
      (01) (06) (07) (08) http://schemas.xmlsoap.org/ws/2004/08/eventing/Renew (09) (10) (11) uuid:bd88b3df-5db4-4392-9621-aee9160721f6 (12) (13) (14) http://www.example.com/MyEventSink (15) (16) (17) http://www.example.org/oceanwatch/SubscriptionManager (18) (19) (20) uuid:22e8a584-0d18-4228-b2a8-3716fa2097fa (21) (22) (23) (24) (25) 2004-06-26T21:07:00.000-08:00 (26) (27) (28)
    • Constructor Detail

      • RenewCommandBuilder

        public RenewCommandBuilder​(org.apache.axis2.context.MessageContext messageCtx)
        Deprecated.
    • Method Detail

      • toSubscription

        public org.wso2.carbon.event.core.subscription.Subscription toSubscription​(org.apache.axiom.soap.SOAPEnvelope envelope)
                                                                            throws InvalidMessageException,
                                                                                   InvalidExpirationTimeException
        Deprecated.
        (01) (06) (07) (08) http://schemas.xmlsoap.org/ws/2004/08/eventing/Renew (09) (10) (11) uuid:bd88b3df-5db4-4392-9621-aee9160721f6 (12) (13) (14) http://www.example.com/MyEventSink (15) (16) (17) http://www.example.org/oceanwatch/SubscriptionManager (18) (19) (20) uuid:22e8a584-0d18-4228-b2a8-3716fa2097fa (21) (22) (23) (24) (25) 2004-06-26T21:07:00.000-08:00 (26) (27) (28)
        Parameters:
        envelope - The soap envelope containing the renew subscription request
        Returns:
        The subscription to renew
        Throws:
        InvalidMessageException
        InvalidExpirationTimeException
      • fromSubscription

        public org.apache.axiom.soap.SOAPEnvelope fromSubscription​(org.wso2.carbon.event.core.subscription.Subscription subscription)
        Deprecated.
        (01) (06) (07) (08) http://schemas.xmlsoap.org/ws/2004/08/eventing/RenewResponse (09) (10) (11) uuid:bd88b3df-5db4-4392-9621-aee9160721f6 (12) (13) http://www.example.com/MyEventSink (14) (15) (16) (17) 2004-06-26T12:00:00.000-00:00 (18) (19) (20)
        Parameters:
        subscription - The subscription which must be renewed.
        Returns:
        The response envelope for the renew request.