Class SubscriptionRemovedMessage
java.lang.Object
org.somda.sdc.common.event.AbstractEventMessage<SourceSubscriptionManager>
org.somda.sdc.dpws.soap.wseventing.event.SubscriptionRemovedMessage
- All Implemented Interfaces:
EventMessage
Event message to signalize that a
SourceSubscriptionManager instance was removed from a
SubscriptionRegistry instance.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.somda.sdc.common.event.AbstractEventMessage
getPayload
-
Constructor Details
-
SubscriptionRemovedMessage
Constructor.- Parameters:
payload- the subscription manager that has been removed.
-