Namespaces

NamespaceDescription
hr.tis.mgw.client
Contains some commonly needed stuff.

hr.tis.mgw.client.charging

[Missing namespace summary documentation for N:hr.tis.mgw.client.charging]


hr.tis.mgw.client.common

[Missing namespace summary documentation for N:hr.tis.mgw.client.common]


hr.tis.mgw.client.exceptions

[Missing namespace summary documentation for N:hr.tis.mgw.client.exceptions]


hr.tis.mgw.client.location
Provides service for finding location of mobile terminal. Central interface is LocationManager with it's default implementation - LocationManagerImpl. Since gateway's routes can require different passwords for action execution, RouteCredetialsHandler has to be provided to LocationManagerImpl for proper functioning.

hr.tis.mgw.client.message
Provides service for sending messages and other related actions. Central interface is MessageManager with it's default implementation - MessageManagerImpl. Since gateway's routes can require different passwords for action execution, RouteCredetialsHandler has to be provided to MessageManagerImpl for proper functioning.

hr.tis.mgw.client.message.notification
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.

hr.tis.mgw.client.message.wap
Provides various WAP related message types.

hr.tis.mgw.client.security
Provides service for resolving security credentials. Central interface is RouteCredentialsHandler that provides route-specific credentials. SingleRouteCredentialsHandlerImpl is convenience implementation that will be sufficient in most cases.