📄 appenhancedcallbindingimpl.java
字号:
/**
* AppEnhancedCallBindingImpl.java
*
* This file was auto-generated from WSDL
* by the Apache Axis WSDL2Java emitter.
*/
package cn.com.chinatelecom.www.wsdl.ctcc.enhanced_call.appcall.v2_1.service;
public class AppEnhancedCallBindingImpl implements cn.com.chinatelecom.www.wsdl.ctcc.enhanced_call.appcall.v2_1._interface.AppEnhancedCall{
public java.lang.String enMakePowerCall(org.apache.axis.types.URI
callingParty,
cn.com.chinatelecom.www.schema.ctcc.
enhanced_call.v2_1.PowerAction action,
cn.com.chinatelecom.www.schema.ctcc.
common.v2_1.ChargingInformation
charging, boolean suppressservices) 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 enInterruptCall(java.lang.String callIdentifier,
cn.com.chinatelecom.www.schema.ctcc.enhanced_call.
v2_1.InterruptInfo[] interruptinfo) 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 cn.com.chinatelecom.www.schema.ctcc.enhanced_call.v2_1.ServiceStatus
enGetServiceStatus(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 enEndCall(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 + -