⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 callnotificationbindingimpl.java

📁 电信ISAG的服务连接和服务
💻 JAVA
字号:
/**
 * CallNotificationBindingImpl.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis WSDL2Java emitter.
 */

package cn.com.chinatelecom.www.wsdl.ctcc.call_notification.v2_1.service;

public class CallNotificationBindingImpl implements cn.com.chinatelecom.www.wsdl.ctcc.call_notification.v2_1._interface.CallNotification{
    public void notifyBusy(org.apache.axis.types.URI callingParty, java.lang.String callingPartyName, org.apache.axis.types.URI calledParty) throws java.rmi.RemoteException, cn.com.chinatelecom.www.schema.ctcc.common.v2_1.PolicyException, cn.com.chinatelecom.www.schema.ctcc.common.v2_1.ServiceException {
    }

    public void notifyNotReachable(org.apache.axis.types.URI callingParty, java.lang.String callingPartyName, org.apache.axis.types.URI calledParty) throws java.rmi.RemoteException, cn.com.chinatelecom.www.schema.ctcc.common.v2_1.PolicyException, cn.com.chinatelecom.www.schema.ctcc.common.v2_1.ServiceException {
    }

    public void notifyNoAnswer(org.apache.axis.types.URI callingParty, java.lang.String callingPartyName, org.apache.axis.types.URI calledParty) throws java.rmi.RemoteException, cn.com.chinatelecom.www.schema.ctcc.common.v2_1.PolicyException, cn.com.chinatelecom.www.schema.ctcc.common.v2_1.ServiceException {
    }

    public void notifyCalledNumber(org.apache.axis.types.URI callingParty, java.lang.String callingPartyName, org.apache.axis.types.URI calledParty) throws java.rmi.RemoteException, cn.com.chinatelecom.www.schema.ctcc.common.v2_1.PolicyException, cn.com.chinatelecom.www.schema.ctcc.common.v2_1.ServiceException {

    }

}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -