sendmessagebindingimpl.java~1~

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

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

package cn.com.chinatelecom.www.wsdl.ctcc.multimedia_messaging.send.v2_2.service;

public class SendMessageBindingImpl implements cn.com.chinatelecom.www.wsdl.ctcc.multimedia_messaging.send.v2_2._interface.SendMessage{
    public java.lang.String sendMessage(org.apache.axis.types.URI[] addresses, java.lang.String senderAddress, java.lang.String subject, cn.com.chinatelecom.www.schema.ctcc.multimedia_messaging.v2_2.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.print("aaaaaaaaaa");
      return "ok!";
    }

    public cn.com.chinatelecom.www.schema.ctcc.multimedia_messaging.v2_2.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 + -
显示快捷键?