Class ExchangeNotification
- java.lang.Object
-
- org.bedework.synch.shared.Notification<ExchangeNotification.NotificationItem>
-
- org.bedework.synch.cnctrs.exchange.ExchangeNotification
-
public class ExchangeNotification extends Notification<ExchangeNotification.NotificationItem>
Notification from Exchange.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExchangeNotification.NotificationItem
-
Constructor Summary
Constructors Constructor Description ExchangeNotification(Subscription sub, org.bedework.synch.wsmessages.SynchEndType end, ExchangeNotificationMessage enm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExchangeNotificationMessagegetEnm()-
Methods inherited from class org.bedework.synch.shared.Notification
addNotificationItem, getEnd, getNotifications, getSub, getSubscriptionId, toString, toStringSegment
-
-
-
-
Constructor Detail
-
ExchangeNotification
public ExchangeNotification(Subscription sub, org.bedework.synch.wsmessages.SynchEndType end, ExchangeNotificationMessage enm) throws SynchException
- Parameters:
sub-end-enm-- Throws:
SynchException
-
-
Method Detail
-
getEnm
public ExchangeNotificationMessage getEnm()
- Returns:
- ExchangeNotificationMessage
-
-