📄 receivesmsbindingimpl.java
字号:
/**
* ReceiveSmsBindingImpl.java
*
* This file was auto-generated from WSDL
* by the Apache Axis WSDL2Java emitter.
*/
package cn.com.chinatelecom.www.wsdl.ctcc.sms.receive.v2_1.service;
public class ReceiveSmsBindingImpl implements cn.com.chinatelecom.www.wsdl.ctcc.sms.receive.v2_1._interface.ReceiveSms{
public cn.com.chinatelecom.www.schema.ctcc.sms.v2_1.SmsMessage[] getReceivedSms(java.lang.String registrationIdentifier) throws java.rmi.RemoteException, cn.com.chinatelecom.www.schema.ctcc.common.v2_1.PolicyException, cn.com.chinatelecom.www.schema.ctcc.common.v2_1.ServiceException {
return null;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -