Package org.cyclos.impl.utils.sms
Interface InboundSmsHandler
-
- All Known Implementing Classes:
InboundSmsHandlerImpl
public interface InboundSmsHandlerHandles inbound SMS messages, by validating the SMS channel configuration and generating response using anInboundSmsRequestHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SmsOperationgetSmsOperation(SmsOperationConfiguration configuration)ResponseInfohandleInboundSms(RequestInfo request)Handles an inbound SMS request
-
-
-
Method Detail
-
getSmsOperation
SmsOperation getSmsOperation(SmsOperationConfiguration configuration)
- Parameters:
configuration-- Returns:
-
handleInboundSms
ResponseInfo handleInboundSms(RequestInfo request)
Handles an inbound SMS request
-
-