cn.gtmap.estateplat.core.support.sms.impl
类 CmccSmsServiceImpl

java.lang.Object
  继承者 cn.gtmap.estateplat.core.support.sms.impl.CmccSmsServiceImpl
所有已实现的接口:
SmsService

public class CmccSmsServiceImpl
extends Object
implements SmsService

版本:
1.0, 2016/5/4
作者:
shenjian

构造方法摘要
CmccSmsServiceImpl()
           
 
方法摘要
 String getApplicationId()
           
 org.springframework.jdbc.core.JdbcTemplate getJdbcTemplate()
           
 Boolean sendSms(String phoneNum, String content)
           
 void setApplicationId(String applicationId)
           
 void setJdbcTemplate(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

CmccSmsServiceImpl

public CmccSmsServiceImpl()
方法详细信息

getApplicationId

public String getApplicationId()

setApplicationId

public void setApplicationId(String applicationId)

getJdbcTemplate

public org.springframework.jdbc.core.JdbcTemplate getJdbcTemplate()

setJdbcTemplate

public void setJdbcTemplate(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)

sendSms

public Boolean sendSms(String phoneNum,
                       String content)
                throws AppException
指定者:
接口 SmsService 中的 sendSms
参数:
phoneNum - 手机号
content - 内容
返回:
抛出:
AppException


Copyright © 2015–2016 cn.gtmap. All rights reserved.