📄 wapmessagenotificationbindingimpl.java
字号:
/**
* WapMessageNotificationBindingImpl.java
*
* This file was auto-generated from WSDL
* by the Apache Axis WSDL2Java emitter.
*/
package cn.com.chinatelecom.www.wsdl.ctcc.wap_push.notification.v1_0.service;
public class WapMessageNotificationBindingImpl
implements cn.com.chinatelecom.www.wsdl.ctcc.wap_push.notification.v1_0.
_interface.WapMessageNotification {
public void notifyMessageDeliveryReceipt(java.lang.String correlator,
cn.com.chinatelecom.www.schema.ctcc.
wap_push.v1_0.DeliveryInformation
deliveryStatus) throws java.rmi.
RemoteException {
System.out.println("==notifyMessageDeliveryReceipt is called==");
System.out.println("correlator:" + correlator);
System.out.println("deliveryStatus.getAddress():" + deliveryStatus.getAddress().toString());
System.out.println("deliveryStatus.getStatus():" + deliveryStatus.getStatus().getValue());
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -