Class XMPPNotificationReceiver
- java.lang.Object
-
- net.anwiba.commons.xmpp.notification.XMPPNotificationReceiver
-
- All Implemented Interfaces:
INotificationReceiver
public class XMPPNotificationReceiver extends java.lang.Object implements INotificationReceiver
-
-
Constructor Summary
Constructors Constructor Description XMPPNotificationReceiver(MessageSender messageSender)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreceive(IMessage message)
-
-
-
Constructor Detail
-
XMPPNotificationReceiver
public XMPPNotificationReceiver(MessageSender messageSender)
-
-
Method Detail
-
receive
public void receive(IMessage message) throws NotificationException
- Specified by:
receivein interfaceINotificationReceiver- Throws:
NotificationException
-
-