|
package com.ruoyi.common.dx;
|
|
import javax.jws.WebMethod;
|
import javax.jws.WebParam;
|
import javax.jws.WebResult;
|
import javax.jws.WebService;
|
import javax.xml.bind.annotation.XmlSeeAlso;
|
import javax.xml.ws.RequestWrapper;
|
import javax.xml.ws.ResponseWrapper;
|
|
|
/**
|
* This class was generated by the JAX-WS RI.
|
* JAX-WS RI 2.2.9-b130926.1035
|
* Generated source version: 2.2
|
*
|
*/
|
@WebService(name = "smsServiceSoap", targetNamespace = "http://tempuri.org/")
|
@XmlSeeAlso({
|
ObjectFactory.class
|
})
|
public interface SmsServiceSoap {
|
|
|
/**
|
*
|
* @return
|
* returns java.lang.String
|
*/
|
@WebMethod(operationName = "Hello", action = "http://tempuri.org/Hello")
|
@WebResult(name = "HelloResult", targetNamespace = "http://tempuri.org/")
|
@RequestWrapper(localName = "Hello", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.Hello")
|
@ResponseWrapper(localName = "HelloResponse", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.HelloResponse")
|
public String hello();
|
|
/**
|
* 传公司许可和模板许可查询信息,内部平台验证
|
*
|
* @param sServerNumber
|
* @return
|
* returns java.lang.String
|
*/
|
@WebMethod(operationName = "SMSVerifyPrivate", action = "http://tempuri.org/SMSVerifyPrivate")
|
@WebResult(name = "SMSVerifyPrivateResult", targetNamespace = "http://tempuri.org/")
|
@RequestWrapper(localName = "SMSVerifyPrivate", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.SMSVerifyPrivate")
|
@ResponseWrapper(localName = "SMSVerifyPrivateResponse", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.SMSVerifyPrivateResponse")
|
public String smsVerifyPrivate(
|
@WebParam(name = "sServerNumber", targetNamespace = "http://tempuri.org/")
|
String sServerNumber);
|
|
/**
|
* 传公司许可和模板许可查询信息
|
*
|
* @param sServerNumber
|
* @param sTemplateNumber
|
* @return
|
* returns java.lang.String
|
*/
|
@WebMethod(operationName = "SMSVerify", action = "http://tempuri.org/SMSVerify")
|
@WebResult(name = "SMSVerifyResult", targetNamespace = "http://tempuri.org/")
|
@RequestWrapper(localName = "SMSVerify", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.SMSVerify")
|
@ResponseWrapper(localName = "SMSVerifyResponse", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.SMSVerifyResponse")
|
public String smsVerify(
|
@WebParam(name = "sServerNumber", targetNamespace = "http://tempuri.org/")
|
String sServerNumber,
|
@WebParam(name = "sTemplateNumber", targetNamespace = "http://tempuri.org/")
|
String sTemplateNumber);
|
|
/**
|
* 根据公司名称查询公司许可信息
|
*
|
* @param sUserName
|
* @return
|
* returns java.lang.String
|
*/
|
@WebMethod(operationName = "SMSGetUserList", action = "http://tempuri.org/SMSGetUserList")
|
@WebResult(name = "SMSGetUserListResult", targetNamespace = "http://tempuri.org/")
|
@RequestWrapper(localName = "SMSGetUserList", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.SMSGetUserList")
|
@ResponseWrapper(localName = "SMSGetUserListResponse", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.SMSGetUserListResponse")
|
public String smsGetUserList(
|
@WebParam(name = "sUserName", targetNamespace = "http://tempuri.org/")
|
String sUserName);
|
|
/**
|
* 根据公司名称查询模板许可
|
*
|
* @param sUserName
|
* @return
|
* returns java.lang.String
|
*/
|
@WebMethod(operationName = "SMSGetTemplateList", action = "http://tempuri.org/SMSGetTemplateList")
|
@WebResult(name = "SMSGetTemplateListResult", targetNamespace = "http://tempuri.org/")
|
@RequestWrapper(localName = "SMSGetTemplateList", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.SMSGetTemplateList")
|
@ResponseWrapper(localName = "SMSGetTemplateListResponse", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.SMSGetTemplateListResponse")
|
public String smsGetTemplateList(
|
@WebParam(name = "sUserName", targetNamespace = "http://tempuri.org/")
|
String sUserName);
|
|
/**
|
* 获取数据量
|
*
|
* @return
|
* returns java.lang.String
|
*/
|
@WebMethod(operationName = "SMSGetNumber", action = "http://tempuri.org/SMSGetNumber")
|
@WebResult(name = "SMSGetNumberResult", targetNamespace = "http://tempuri.org/")
|
@RequestWrapper(localName = "SMSGetNumber", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.SMSGetNumber")
|
@ResponseWrapper(localName = "SMSGetNumberResponse", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.SMSGetNumberResponse")
|
public String smsGetNumber();
|
|
/**
|
* 短信数据保存
|
*
|
* @param sOrderNo
|
* @param sUserNumber
|
* @param sMessageContent
|
* @param sMessageType
|
* @param sSerialNumber
|
* @param sMark
|
* @param sStatus
|
* @param sScheduleTime
|
* @param sSUseq
|
* @param sSTseq
|
* @param sExtendAccessNum
|
* @return
|
* returns int
|
*/
|
@WebMethod(operationName = "SMSSaveContent", action = "http://tempuri.org/SMSSaveContent")
|
@WebResult(name = "SMSSaveContentResult", targetNamespace = "http://tempuri.org/")
|
@RequestWrapper(localName = "SMSSaveContent", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.SMSSaveContent")
|
@ResponseWrapper(localName = "SMSSaveContentResponse", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.SMSSaveContentResponse")
|
public int smsSaveContent(
|
@WebParam(name = "sSUseq", targetNamespace = "http://tempuri.org/")
|
String sSUseq,
|
@WebParam(name = "sSTseq", targetNamespace = "http://tempuri.org/")
|
String sSTseq,
|
@WebParam(name = "sOrderNo", targetNamespace = "http://tempuri.org/")
|
String sOrderNo,
|
@WebParam(name = "sMessageType", targetNamespace = "http://tempuri.org/")
|
String sMessageType,
|
@WebParam(name = "sMessageContent", targetNamespace = "http://tempuri.org/")
|
String sMessageContent,
|
@WebParam(name = "sUserNumber", targetNamespace = "http://tempuri.org/")
|
String sUserNumber,
|
@WebParam(name = "sSerialNumber", targetNamespace = "http://tempuri.org/")
|
String sSerialNumber,
|
@WebParam(name = "sScheduleTime", targetNamespace = "http://tempuri.org/")
|
String sScheduleTime,
|
@WebParam(name = "sExtendAccessNum", targetNamespace = "http://tempuri.org/")
|
String sExtendAccessNum,
|
@WebParam(name = "sStatus", targetNamespace = "http://tempuri.org/")
|
String sStatus,
|
@WebParam(name = "sMark", targetNamespace = "http://tempuri.org/")
|
String sMark);
|
|
/**
|
* 新短信平台发送短信
|
*
|
* @param sOrderNo
|
* @param sUserNumber
|
* @param sMessageContent
|
* @param sMessageType
|
* @param sServerNumber
|
* @param sTemplateNumber
|
* @param sScheduleTime
|
* @return
|
* returns java.lang.String
|
*/
|
@WebMethod(action = "http://tempuri.org/i5GSend")
|
@WebResult(name = "i5GSendResult", targetNamespace = "http://tempuri.org/")
|
@RequestWrapper(localName = "i5GSend", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.I5GSend")
|
@ResponseWrapper(localName = "i5GSendResponse", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.I5GSendResponse")
|
public String i5GSend(
|
@WebParam(name = "sServerNumber", targetNamespace = "http://tempuri.org/")
|
String sServerNumber,
|
@WebParam(name = "sTemplateNumber", targetNamespace = "http://tempuri.org/")
|
String sTemplateNumber,
|
@WebParam(name = "sOrderNo", targetNamespace = "http://tempuri.org/")
|
String sOrderNo,
|
@WebParam(name = "sMessageContent", targetNamespace = "http://tempuri.org/")
|
String sMessageContent,
|
@WebParam(name = "sMessageType", targetNamespace = "http://tempuri.org/")
|
String sMessageType,
|
@WebParam(name = "sUserNumber", targetNamespace = "http://tempuri.org/")
|
String sUserNumber,
|
@WebParam(name = "sScheduleTime", targetNamespace = "http://tempuri.org/")
|
String sScheduleTime);
|
|
/**
|
* 新短信平台回执接口
|
*
|
* @return
|
* returns java.lang.String
|
*/
|
@WebMethod(action = "http://tempuri.org/i5GReport")
|
@WebResult(name = "i5GReportResult", targetNamespace = "http://tempuri.org/")
|
@RequestWrapper(localName = "i5GReport", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.I5GReport")
|
@ResponseWrapper(localName = "i5GReportResponse", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.I5GReportResponse")
|
public String i5GReport();
|
|
/**
|
* 新短信平台短信余量查询
|
*
|
* @return
|
* returns java.lang.String
|
*/
|
@WebMethod(action = "http://tempuri.org/i5GSearchNumber")
|
@WebResult(name = "i5GSearchNumberResult", targetNamespace = "http://tempuri.org/")
|
@RequestWrapper(localName = "i5GSearchNumber", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.I5GSearchNumber")
|
@ResponseWrapper(localName = "i5GSearchNumberResponse", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.I5GSearchNumberResponse")
|
public String i5GSearchNumber();
|
|
/**
|
* 新短信平台短信回复查询
|
*
|
* @param sOrderNo
|
* @param sUserNumber
|
* @param sServerNumber
|
* @param sTemplateNumber
|
* @return
|
* returns java.lang.String
|
*/
|
@WebMethod(action = "http://tempuri.org/i5GReply")
|
@WebResult(name = "i5GReplyResult", targetNamespace = "http://tempuri.org/")
|
@RequestWrapper(localName = "i5GReply", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.I5GReply")
|
@ResponseWrapper(localName = "i5GReplyResponse", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.I5GReplyResponse")
|
public String i5GReply(
|
@WebParam(name = "sServerNumber", targetNamespace = "http://tempuri.org/")
|
String sServerNumber,
|
@WebParam(name = "sTemplateNumber", targetNamespace = "http://tempuri.org/")
|
String sTemplateNumber,
|
@WebParam(name = "sOrderNo", targetNamespace = "http://tempuri.org/")
|
String sOrderNo,
|
@WebParam(name = "sUserNumber", targetNamespace = "http://tempuri.org/")
|
String sUserNumber);
|
|
}
|