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.
Classes
| Class | Description | |
|---|---|---|
| AbstractBinaryMessage | ||
| Attachment |
Encapsulates MMS message attachment data.
| |
| DeliveryReport | ||
| DeliveryStatusInfo |
Bundles destination address specified while sending message with message delivery status information.
| |
| LogoMessage |
SMS message containing logo content.
| |
| Message |
Base message class.
| |
| MessageHelper |
Utility class for processing of received messages (e.g. delivery report recognition and creation).
| |
| MessageId |
Hold message reference and port obtained after sending message.
Used for requesting message delivery status.
| |
| MessageManager2 |
Message sending and receiving interface.
| |
| MessageManager2Impl |
Implementation of hr.tis.mgw.client.message.MessageManager2 that uses PocketSoap library for communication with mGw Parlay X web services.
| |
| MessageManagerImpl | ||
| MessageTooLargeException |
Thrown when message exceeds it's size limit.
| |
| MmsMessage |
Represents MMS message.
| |
| MmsPart |
Part of MmsMessage.
| |
| ReceivedLongSmsSegment |
Long SMS segment.
| |
| ReceivedMms |
Contains received MmsMessage, message sender (originator) address, destination address, message priority and registration identifier.
| |
| ReceivedSms |
Contains received SmsMessage, message sender (originator) address, destination address and registration identifier.
| |
| RingToneMessage |
SMS message containing ringtone content.
| |
| SendResult |
Structure containing result of sending message using ParlayX extensions. | |
| SmppMessage | ||
| SmsMessage |
SMS message containing textual content.
| |
| UnknownMessageIdentifierException |
Thrown when message under ID specified in request isn't found in gateway.
| |
| UnsupportedEncodingException |
Thrown if character set is invalid.
|
Interfaces
| Interface | Description | |
|---|---|---|
| MessageManager |
Central interface for sending messages and other related actions.
|