Package org.cyclos.impl.utils.sms
Class InboundSmsHandlerImpl
- java.lang.Object
-
- org.cyclos.impl.AbstractServerComponent
-
- org.cyclos.impl.AbstractGlobalServerComponent
-
- org.cyclos.impl.BaseGlobalHandlerImpl
-
- org.cyclos.impl.utils.sms.InboundSmsHandlerImpl
-
- All Implemented Interfaces:
InboundSmsHandler
@Component public class InboundSmsHandlerImpl extends BaseGlobalHandlerImpl implements InboundSmsHandler
Implementation forInboundSmsHandler
-
-
Field Summary
Fields Modifier and Type Field Description protected ConfigurationHandlerconfigurationHandler-
Fields inherited from class org.cyclos.impl.AbstractGlobalServerComponent
rawEntityManagerHandler
-
Fields inherited from class org.cyclos.impl.AbstractServerComponent
accountHandler, dataTranslationHandler, notificationHandler, profileFieldHandler, transactionHandler, translationHandler
-
-
Constructor Summary
Constructors Constructor Description InboundSmsHandlerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SmsOperationgetSmsOperation(SmsOperationConfiguration configuration)ResponseInfohandleInboundSms(RequestInfo request)Handles an inbound SMS request-
Methods inherited from class org.cyclos.impl.AbstractGlobalServerComponent
getBaseEntityManagerHandler, getEntityManager
-
Methods inherited from class org.cyclos.impl.AbstractServerComponent
dataTranslationProxy, delete, detach, find, flush, from, getApplicationContext, getFormatter, getFormatter, getFormatter, getLogger, getRemoteAddress, getSessionData, mailContentBuilder, message, message, persist, processBatch, processBatch, refresh, remove, selectFrom, subQuery, update
-
-
-
-
Field Detail
-
configurationHandler
@Autowired protected ConfigurationHandler configurationHandler
-
-
Method Detail
-
getSmsOperation
public SmsOperation getSmsOperation(SmsOperationConfiguration configuration)
- Specified by:
getSmsOperationin interfaceInboundSmsHandler- Returns:
-
handleInboundSms
public ResponseInfo handleInboundSms(RequestInfo request)
Description copied from interface:InboundSmsHandlerHandles an inbound SMS request- Specified by:
handleInboundSmsin interfaceInboundSmsHandler
-
-