sendwapmessagebindingimpl.java~1~

来自「电信ISAG的服务连接和服务」· JAVA~1~ 代码 · 共 39 行

JAVA~1~
39
字号
/**
 * SendWapMessageBindingImpl.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis WSDL2Java emitter.
 */

package cn.com.chinatelecom.www.wsdl.ctcc.wap_push.send.v1_0.service;

public class SendWapMessageBindingImpl
    implements cn.com.chinatelecom.www.wsdl.ctcc.wap_push.send.v1_0._interface.
    SendWapMessage {
  public java.lang.String sendMessage(org.apache.axis.types.URI[] addresses,
                                      org.apache.axis.types.URI targetURL,
                                      java.lang.String senderAddress,
                                      java.lang.String subject,
                                      cn.com.chinatelecom.www.schema.ctcc.
                                      wap_push.v1_0.MessagePriority priority,
                                      cn.com.chinatelecom.www.schema.ctcc.
                                      common.v2_1.ChargingInformation charging,
                                      cn.com.chinatelecom.www.schema.ctcc.
                                      common.v2_1.SimpleReference
                                      receiptRequest) throws java.rmi.
      RemoteException,
      cn.com.chinatelecom.www.schema.ctcc.common.v2_1.PolicyException,
      cn.com.chinatelecom.www.schema.ctcc.common.v2_1.ServiceException {
    System.out.println("receive msg!!");
    return null;
  }

  public cn.com.chinatelecom.www.schema.ctcc.wap_push.v1_0.DeliveryInformation[]
      getMessageDeliveryStatus(java.lang.String requestIdentifier) 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 + =
减小字号Ctrl + -
显示快捷键?