Package org.cyclos.impl.utils.sms
Interface InboundSmsHandler
-
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(RequestData requestData)
-
-
-
Method Detail
-
getSmsOperation
SmsOperation getSmsOperation(SmsOperationConfiguration configuration)
-
handleInboundSms
ResponseInfo handleInboundSms(RequestData requestData)
-
-