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

  ClassDescription
public classMessageHandler
This class is used internally by library for message handling and should be not used.

public classMmNotificationReceiver
This class is used internally for message receiving and should not be used.

public classNotificationManager2
Accepts messages received.

public classRemoteNotificationManager
This class is used internally by library. It is used for receiving messages from Internet Information Service.

public classSmsNotificationReceiver
This interface is used internally for mesage notification and should not be used.

Interfaces

  InterfaceDescription
public interfaceMessageListener
Listener for incoming messages from gateway.

public interfaceMessageListener2
Listener interface for received messages.

public interfaceNotificationManager
Interface for message notification.

public interfaceNotificationManagerReceiver
This interface is used internally for mesage notification and should not be used.