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