wapmessagenotificationbindingimpl.java
来自「电信ISAG的服务连接和服务」· Java 代码 · 共 24 行
JAVA
24 行
/**
* 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 + =
减小字号Ctrl + -
显示快捷键?