| Interface | Description |
|---|---|
| InboundSmsHandler |
Handles inbound SMS messages, by validating the SMS channel configuration and generating response using an
InboundSmsRequestHandler |
| InboundSmsRequestHandler |
Interface for handler of inbound SMS requests
|
| OutboundSmsHandler |
Component which can be used to send SMS.
|
| Class | Description |
|---|---|
| GatewaySmsSender |
An SMS sender which sends a request to a gateway, according to the given SMS configuration
|
| InboundSmsBasicData |
Contains basic data for an inbound sms.
|
| InboundSmsData |
Contains data used to execute an SMS operation
|
| SmsParameterProcessor |
Utility class used to consume inbound SMS parameters
|