Provides port for receiving messages from gateway.
Central class is MmNotificationPortImpl that accepts messages delegated from
MmNotificationServletEndpoint, processes them, and triggers apropriate method
on MessageListener.
Classes
| Class | Description | |
|---|---|---|
| MessageHandler |
This class is used internally by library for message handling and should be not used.
| |
| MmNotificationReceiver |
This class is used internally for message receiving and should not be used.
| |
| NotificationManager2 |
Accepts messages received.
| |
| RemoteNotificationManager |
This class is used internally by library. It is used for receiving messages from Internet Information Service.
| |
| SmsNotificationReceiver |
This interface is used internally for mesage notification and should not be used.
|
Interfaces
| Interface | Description | |
|---|---|---|
| MessageListener |
Listener for incoming messages from gateway.
| |
| MessageListener2 |
Listener interface for received messages.
| |
| NotificationManager |
Interface for message notification.
| |
| NotificationManagerReceiver |
This interface is used internally for mesage notification and should not be used.
|