appenhancedcallbindingimpl.java

来自「电信ISAG的服务连接和服务」· Java 代码 · 共 48 行

JAVA
48
字号
/**
 * 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 + =
减小字号Ctrl + -
显示快捷键?