Class GetStatusCommandBuilder

    • Constructor Summary

      Constructors 
      Constructor Description
      GetStatusCommandBuilder​(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/GetStatusResponse (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.
      create request for get status request (01) (06) (07) (08) http://schemas.xmlsoap.org/ws/2004/08/eventing/GetStatus (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) (26)
    • Constructor Detail

      • GetStatusCommandBuilder

        public GetStatusCommandBuilder​(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
        Deprecated.
        create request for get status request (01) (06) (07) (08) http://schemas.xmlsoap.org/ws/2004/08/eventing/GetStatus (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) (26)
        Parameters:
        envelope - The soap envelope containing the get status request
        Returns:
        The subscription for which the status was requested
        Throws:
        InvalidMessageException
      • 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/GetStatusResponse (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 for which status must be obtained.
        Returns:
        The response envelope for the get status request.