Class Notification

java.lang.Object
org.somda.sdc.dpws.soap.wseventing.model.Notification

public class Notification extends Object
Notification queue item that provides a construction time to allow detection of stale notifications.
See Also:
  • Constructor Details

    • Notification

      public Notification(SoapMessage payload)
      Constructor that accepts a notification and records the time during construction.
      Parameters:
      payload - the notification message to convey.
  • Method Details