| Interface | Description |
|---|---|
| Handler |
Implementations of these SMS handlers can perform action on receival of an SMS message.
|
| SMS |
Representation of one SMS.
|
| Class | Description |
|---|---|
| BasicSMS |
This basic SMS implementation simply explicitely stores the information in member variables.
|
| EventSender |
SMS Sender implementation, which only wraps the message in an
SMSEvent and offers it to
the Event Manager. |
| NumberRecognizer |
Recognizes and canonicalizes phone numbers.
|
| Receiver |
The core of this class is
Receiver.offer(SMS) which offers an SMS message to a
queue. |
| Sender |
The core of this class are
Sender.offer(SMS) and Sender.send(SMS), which both send an SMS,
but the first one allows for some delay. |
| SMSEvent |
An SMS wrapped into an event.
|
| SMSEventBroker | |
| SMSEventListener |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}