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

📄 adcinterfaceforsi.java

📁 电信业务的ADC的接口程序 包括客户端和服务器端的程序
💻 JAVA
字号:
/**
 * ADCInterfaceForSI.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
 */

package mcm.adc.client;

public interface ADCInterfaceForSI extends javax.xml.rpc.Service {
    public java.lang.String getADCInterfaceForSISoap12Address();

    public mcm.adc.client.ADCInterfaceForSISoap getADCInterfaceForSISoap12() throws javax.xml.rpc.ServiceException;

    public mcm.adc.client.ADCInterfaceForSISoap getADCInterfaceForSISoap12(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
    public java.lang.String getADCInterfaceForSISoapAddress();

    public mcm.adc.client.ADCInterfaceForSISoap getADCInterfaceForSISoap() throws javax.xml.rpc.ServiceException;

    public mcm.adc.client.ADCInterfaceForSISoap getADCInterfaceForSISoap(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
}

⌨️ 快捷键说明

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