Uploaded image for project: 'JBoss Web Services'
  1. JBoss Web Services
  2. JBWS-798

Complete EventingTestCase

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Obsolete
    • Icon: Major Major
    • None
    • None
    • ws-eventing
    • None

      //
      // "http://schemas.xmlsoap.org/ws/2004/08/eventing/DeliveryFailure"
      // This value MUST be used if the event source terminated the subscription
      // because of problems delivering notifications.
      //
      public void testSubscriptionEndMessage()

      { System.out.println("FIXME: testSubscriptionEnd"); }

      //
      // "http://schemas.xmlsoap.org/ws/2004/08/eventing/SourceShuttingDown"
      // This value MUST be used if the event source terminated the subscription
      // because the source is being shut down in a controlled manner;
      // that is, if the event source is being shut down but has the opportunity
      // to send a SubscriptionEnd message before it exits.
      //
      public void testShutdownMessage()

      { System.out.println("FIXME: testShutdownMessage"); }

      //
      // "http://schemas.xmlsoap.org/ws/2004/08/eventing/SourceCanceling"
      // This value MUST be used if the event source terminated the subscription
      // for some other reason before it expired.
      //
      public void testCancelMessage()

      { System.out.println("FIXME: testCancelMessage"); }

            Unassigned Unassigned
            tdiesler@redhat.com Thomas Diesler
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: