public class BulkSms extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BLOCKING_TIMEOUT |
| Constructor and Description |
|---|
BulkSms() |
| Modifier and Type | Method and Description |
|---|---|
ModelAndView |
handleRequest(HttpServletRequest request,
HttpServletResponse response) |
void |
setCountryIsoCode(String countryIsoCode) |
void |
setEngineId(String engineId) |
void |
setMessageGateway(IncomingSMSMessageGateway messageGateway) |
void |
setSecret(String secret) |
public static final int BLOCKING_TIMEOUT
public ModelAndView handleRequest(HttpServletRequest request,
HttpServletResponse response)
throws Exception
Exceptionpublic void setSecret(String secret)
public void setCountryIsoCode(String countryIsoCode)
public void setMessageGateway(IncomingSMSMessageGateway messageGateway)
public void setEngineId(String engineId)
Copyright © 2017 SAP SE. All Rights Reserved.