📄 thirdpartycallbindingimpl.java
字号:
/**
* ThirdPartyCallBindingImpl.java
*
* This file was auto-generated from WSDL
* by the Apache Axis WSDL2Java emitter.
*/
package cn.com.chinatelecom.www.wsdl.ctcc.third_party_call.v2_1.service;
public class ThirdPartyCallBindingImpl implements cn.com.chinatelecom.www.wsdl.ctcc.third_party_call.v2_1._interface.ThirdPartyCall{
public java.lang.String makeCall(org.apache.axis.types.URI callingParty, org.apache.axis.types.URI calledParty, cn.com.chinatelecom.www.schema.ctcc.common.v2_1.ChargingInformation charging) 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;
}
public cn.com.chinatelecom.www.schema.ctcc.third_party_call.v2_1.CallInformation getCallInformation(java.lang.String callIdentifier) 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;
}
public void endCall(java.lang.String callIdentifier) 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 cancelCall(java.lang.String callIdentifier) 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 + -