亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? adcinterfaceforsilocator.java

?? 電信業(yè)務(wù)的ADC的接口程序 包括客戶端和服務(wù)器端的程序
?? JAVA
字號:
/**
 * ADCInterfaceForSILocator.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 class ADCInterfaceForSILocator extends org.apache.axis.client.Service implements mcm.adc.client.ADCInterfaceForSI {

    public ADCInterfaceForSILocator() {
    }


    public ADCInterfaceForSILocator(org.apache.axis.EngineConfiguration config) {
        super(config);
    }

    public ADCInterfaceForSILocator(java.lang.String wsdlLoc, javax.xml.namespace.QName sName) throws javax.xml.rpc.ServiceException {
        super(wsdlLoc, sName);
    }

    // Use to get a proxy class for ADCInterfaceForSISoap12
    private java.lang.String ADCInterfaceForSISoap12_address = "http://localhost:8080/ADCWSInterfaceTest/ADCInterfaceForSI.asmx";

    public java.lang.String getADCInterfaceForSISoap12Address() {
        return ADCInterfaceForSISoap12_address;
    }

    // The WSDD service name defaults to the port name.
    private java.lang.String ADCInterfaceForSISoap12WSDDServiceName = "ADCInterfaceForSISoap12";

    public java.lang.String getADCInterfaceForSISoap12WSDDServiceName() {
        return ADCInterfaceForSISoap12WSDDServiceName;
    }

    public void setADCInterfaceForSISoap12WSDDServiceName(java.lang.String name) {
        ADCInterfaceForSISoap12WSDDServiceName = name;
    }

    public mcm.adc.client.ADCInterfaceForSISoap getADCInterfaceForSISoap12() throws javax.xml.rpc.ServiceException {
       java.net.URL endpoint;
        try {
            endpoint = new java.net.URL(ADCInterfaceForSISoap12_address);
        }
        catch (java.net.MalformedURLException e) {
            throw new javax.xml.rpc.ServiceException(e);
        }
        return getADCInterfaceForSISoap12(endpoint);
    }

    public mcm.adc.client.ADCInterfaceForSISoap getADCInterfaceForSISoap12(java.net.URL portAddress) throws javax.xml.rpc.ServiceException {
        try {
            mcm.adc.client.ADCInterfaceForSISoap12Stub _stub = new mcm.adc.client.ADCInterfaceForSISoap12Stub(portAddress, this);
            _stub.setPortName(getADCInterfaceForSISoap12WSDDServiceName());
            return _stub;
        }
        catch (org.apache.axis.AxisFault e) {
            return null;
        }
    }

    public void setADCInterfaceForSISoap12EndpointAddress(java.lang.String address) {
        ADCInterfaceForSISoap12_address = address;
    }


    // Use to get a proxy class for ADCInterfaceForSISoap
    private java.lang.String ADCInterfaceForSISoap_address = "http://localhost:8080/ADCWSInterfaceTest/ADCInterfaceForSI.asmx";

    public java.lang.String getADCInterfaceForSISoapAddress() {
        return ADCInterfaceForSISoap_address;
    }

    // The WSDD service name defaults to the port name.
    private java.lang.String ADCInterfaceForSISoapWSDDServiceName = "ADCInterfaceForSISoap";

    public java.lang.String getADCInterfaceForSISoapWSDDServiceName() {
        return ADCInterfaceForSISoapWSDDServiceName;
    }

    public void setADCInterfaceForSISoapWSDDServiceName(java.lang.String name) {
        ADCInterfaceForSISoapWSDDServiceName = name;
    }

    public mcm.adc.client.ADCInterfaceForSISoap getADCInterfaceForSISoap() throws javax.xml.rpc.ServiceException {
       java.net.URL endpoint;
        try {
            endpoint = new java.net.URL(ADCInterfaceForSISoap_address);
        }
        catch (java.net.MalformedURLException e) {
            throw new javax.xml.rpc.ServiceException(e);
        }
        return getADCInterfaceForSISoap(endpoint);
    }

    public mcm.adc.client.ADCInterfaceForSISoap getADCInterfaceForSISoap(java.net.URL portAddress) throws javax.xml.rpc.ServiceException {
        try {
            mcm.adc.client.ADCInterfaceForSISoapStub _stub = new mcm.adc.client.ADCInterfaceForSISoapStub(portAddress, this);
            _stub.setPortName(getADCInterfaceForSISoapWSDDServiceName());
            return _stub;
        }
        catch (org.apache.axis.AxisFault e) {
            return null;
        }
    }

    public void setADCInterfaceForSISoapEndpointAddress(java.lang.String address) {
        ADCInterfaceForSISoap_address = address;
    }

    /**
     * For the given interface, get the stub implementation.
     * If this service has no port for the given interface,
     * then ServiceException is thrown.
     * This service has multiple ports for a given interface;
     * the proxy implementation returned may be indeterminate.
     */
    public java.rmi.Remote getPort(Class serviceEndpointInterface) throws javax.xml.rpc.ServiceException {
        try {
            if (mcm.adc.client.ADCInterfaceForSISoap.class.isAssignableFrom(serviceEndpointInterface)) {
                mcm.adc.client.ADCInterfaceForSISoap12Stub _stub = new mcm.adc.client.ADCInterfaceForSISoap12Stub(new java.net.URL(ADCInterfaceForSISoap12_address), this);
                _stub.setPortName(getADCInterfaceForSISoap12WSDDServiceName());
                return _stub;
            }
            if (mcm.adc.client.ADCInterfaceForSISoap.class.isAssignableFrom(serviceEndpointInterface)) {
                mcm.adc.client.ADCInterfaceForSISoapStub _stub = new mcm.adc.client.ADCInterfaceForSISoapStub(new java.net.URL(ADCInterfaceForSISoap_address), this);
                _stub.setPortName(getADCInterfaceForSISoapWSDDServiceName());
                return _stub;
            }
        }
        catch (java.lang.Throwable t) {
            throw new javax.xml.rpc.ServiceException(t);
        }
        throw new javax.xml.rpc.ServiceException("There is no stub implementation for the interface:  " + (serviceEndpointInterface == null ? "null" : serviceEndpointInterface.getName()));
    }

    /**
     * For the given interface, get the stub implementation.
     * If this service has no port for the given interface,
     * then ServiceException is thrown.
     */
    public java.rmi.Remote getPort(javax.xml.namespace.QName portName, Class serviceEndpointInterface) throws javax.xml.rpc.ServiceException {
        if (portName == null) {
            return getPort(serviceEndpointInterface);
        }
        java.lang.String inputPortName = portName.getLocalPart();
        if ("ADCInterfaceForSISoap12".equals(inputPortName)) {
            return getADCInterfaceForSISoap12();
        }
        else if ("ADCInterfaceForSISoap".equals(inputPortName)) {
            return getADCInterfaceForSISoap();
        }
        else  {
            java.rmi.Remote _stub = getPort(serviceEndpointInterface);
            ((org.apache.axis.client.Stub) _stub).setPortName(portName);
            return _stub;
        }
    }

    public javax.xml.namespace.QName getServiceName() {
        return new javax.xml.namespace.QName("http://adc.siinterface/", "ADCInterfaceForSI");
    }

    private java.util.HashSet ports = null;

    public java.util.Iterator getPorts() {
        if (ports == null) {
            ports = new java.util.HashSet();
            ports.add(new javax.xml.namespace.QName("http://adc.siinterface/", "ADCInterfaceForSISoap12"));
            ports.add(new javax.xml.namespace.QName("http://adc.siinterface/", "ADCInterfaceForSISoap"));
        }
        return ports.iterator();
    }

    /**
    * Set the endpoint address for the specified port name.
    */
    public void setEndpointAddress(java.lang.String portName, java.lang.String address) throws javax.xml.rpc.ServiceException {
        
if ("ADCInterfaceForSISoap12".equals(portName)) {
            setADCInterfaceForSISoap12EndpointAddress(address);
        }
        else 
if ("ADCInterfaceForSISoap".equals(portName)) {
            setADCInterfaceForSISoapEndpointAddress(address);
        }
        else 
{ // Unknown Port Name
            throw new javax.xml.rpc.ServiceException(" Cannot set Endpoint Address for Unknown Port" + portName);
        }
    }

    /**
    * Set the endpoint address for the specified port name.
    */
    public void setEndpointAddress(javax.xml.namespace.QName portName, java.lang.String address) throws javax.xml.rpc.ServiceException {
        setEndpointAddress(portName.getLocalPart(), address);
    }

}

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
91丨九色porny丨蝌蚪| 欧美人妖巨大在线| 欧美三级一区二区| 久久这里只有精品首页| 亚洲午夜电影在线观看| 国产精品538一区二区在线| 欧美视频中文一区二区三区在线观看| 精品美女被调教视频大全网站| 一区二区三区高清| 高清不卡一二三区| 日韩免费成人网| 午夜精品久久久| 99视频一区二区三区| 国产成人午夜精品5599| 亚洲综合免费观看高清完整版在线| 精品第一国产综合精品aⅴ| 亚洲精品中文在线影院| 国产成人av资源| 亚洲国产精品99久久久久久久久| 香蕉av福利精品导航 | 久久夜色精品国产噜噜av | 色综合久久综合中文综合网| 久久久噜噜噜久噜久久综合| 日本aⅴ亚洲精品中文乱码| 91黄色免费版| 中文字幕一区二区日韩精品绯色| 狠狠狠色丁香婷婷综合久久五月| 91精品国产色综合久久不卡蜜臀 | 99re成人在线| 国产精品毛片a∨一区二区三区| 久久激情五月激情| 日韩一区二区不卡| 日韩中文字幕区一区有砖一区| 91久久精品国产91性色tv| 成人欧美一区二区三区黑人麻豆 | 久久九九久精品国产免费直播| 美腿丝袜亚洲综合| 日韩欧美激情一区| 麻豆成人久久精品二区三区红 | 国产69精品久久久久毛片| 欧美mv日韩mv| 国产一区91精品张津瑜| 欧美激情中文不卡| 94-欧美-setu| 亚洲狠狠爱一区二区三区| 欧美日韩精品免费| 蜜臀久久99精品久久久久久9| 日韩视频国产视频| 国产一区二区三区免费在线观看| 久久久久高清精品| 成人免费黄色在线| 曰韩精品一区二区| 欧美日韩免费电影| 激情图区综合网| 欧美国产欧美综合| 在线看不卡av| 蜜臀久久久久久久| 久久精品一区二区三区四区| 成人激情小说乱人伦| 亚洲私人影院在线观看| 欧美日韩在线播放三区四区| 日本中文一区二区三区| 欧美www视频| 国产91在线|亚洲| 一区二区视频在线| 精品日韩在线观看| 成人国产视频在线观看| 亚洲大片在线观看| 久久久久久久久蜜桃| kk眼镜猥琐国模调教系列一区二区| 亚洲精品久久嫩草网站秘色| 欧美一区二区三级| www.综合网.com| 日韩精品1区2区3区| 国产欧美精品一区二区色综合 | 国产精品18久久久久久久久久久久| 日本一二三不卡| 欧美三级中文字幕| 成人激情校园春色| 久久精品免费看| 亚洲欧美日韩久久精品| 欧美一级xxx| 91免费国产在线| 国产一区二区视频在线播放| 亚洲最大成人综合| 国产视频一区在线观看| 欧美一区二区三区思思人| 成人午夜在线免费| 久久99国产精品久久99| 亚洲激情自拍视频| 国产精品伦一区| 欧美精品一区二区三区蜜桃| 欧美亚洲图片小说| 成人av在线网| 国产一区二区三区四区五区美女| 天天综合日日夜夜精品| 亚洲免费观看在线视频| 中文字幕欧美区| 精品国产123| 日韩色视频在线观看| 精品视频在线免费观看| 色综合欧美在线视频区| 成人97人人超碰人人99| 精品亚洲国内自在自线福利| 香蕉久久一区二区不卡无毒影院| 一区二区三区电影在线播| 国产欧美精品一区aⅴ影院| 精品国产亚洲在线| 日韩视频在线观看一区二区| 欧美精品久久久久久久多人混战| 日本黄色一区二区| 色拍拍在线精品视频8848| jiyouzz国产精品久久| 成人中文字幕在线| 国产成人精品影视| 国产很黄免费观看久久| 国产麻豆精品在线| 国产成人精品午夜视频免费| 国产精品91一区二区| 国产高清久久久| 成人综合在线网站| 97精品国产97久久久久久久久久久久 | 在线欧美小视频| 91福利精品第一导航| 欧美无乱码久久久免费午夜一区 | 91网站在线播放| 国产成人精品在线看| 亚洲免费大片在线观看| 中文字幕在线观看不卡| 国产精品国产精品国产专区不蜜| 国产精品久久久久久久久免费桃花 | 亚洲国产视频网站| 亚洲制服丝袜av| 日韩精品国产精品| 韩国一区二区在线观看| 韩国午夜理伦三级不卡影院| 国产成人一级电影| 99re亚洲国产精品| 欧美一二区视频| 久久久久久久av麻豆果冻| 国产亚洲婷婷免费| 亚洲欧美精品午睡沙发| 性欧美疯狂xxxxbbbb| 国产乱人伦精品一区二区在线观看| 成人福利视频网站| 欧美视频日韩视频在线观看| 日韩精品一区二区三区在线| 欧美激情在线看| 一区二区三区精品视频在线| 毛片av一区二区| av高清久久久| 日韩一级片在线观看| 中文字幕久久午夜不卡| 亚洲一区二区欧美日韩| 激情综合网最新| 一本到高清视频免费精品| 日韩视频不卡中文| 亚洲人成在线播放网站岛国 | 六月丁香综合在线视频| 成人深夜在线观看| 91麻豆精品国产| 国产精品乱子久久久久| 日韩不卡一区二区三区 | 蜜臀精品久久久久久蜜臀| 成人免费高清在线| 欧美一区二区三区系列电影| 国产精品麻豆欧美日韩ww| 免费观看在线综合色| 99re热这里只有精品视频| 久久亚洲捆绑美女| 天天免费综合色| 91在线精品一区二区| 久久伊人中文字幕| 日韩中文字幕区一区有砖一区| 白白色 亚洲乱淫| 精品国产乱码久久久久久闺蜜| 亚洲永久精品大片| 成+人+亚洲+综合天堂| 精品999久久久| 美女网站色91| 欧美人xxxx| 一区二区三区在线影院| 国产aⅴ综合色| 精品电影一区二区| 七七婷婷婷婷精品国产| 欧美无乱码久久久免费午夜一区 | 日韩免费看网站| 一区二区三区四区亚洲| 成人一级视频在线观看| 欧美不卡一区二区| 日韩高清不卡一区| 欧美日韩高清一区| 亚洲午夜久久久| 欧美中文字幕久久| 亚洲黄色免费电影| 欧美中文一区二区三区| 亚洲综合在线观看视频| 91麻豆6部合集magnet| 亚洲品质自拍视频网站| 99久久99久久精品国产片果冻|