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:
getConstructionTime()
-
-
Constructor Summary
Constructors Constructor Description Notification(SoapMessage payload)Constructor that accepts a notification and records the time during construction.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalDateTimegetConstructionTime()SoapMessagegetPayload()
-
-
-
Constructor Detail
-
Notification
public Notification(SoapMessage payload)
Constructor that accepts a notification and records the time during construction.- Parameters:
payload- the notification message to convey.
-
-
Method Detail
-
getPayload
public SoapMessage getPayload()
-
getConstructionTime
public LocalDateTime getConstructionTime()
-
-