getlinkid.java

来自「中国电信isag短信部分源码和ismp部分源码」· Java 代码 · 共 22 行

JAVA
22
字号
/**
 * GetLinkId.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
 */

package test.link;

public interface GetLinkId extends javax.xml.rpc.Service {
    public java.lang.String getGetLinkIdSoapAddress();

    public test.link.GetLinkIdSoap getGetLinkIdSoap() throws javax.xml.rpc.ServiceException;

    public test.link.GetLinkIdSoap getGetLinkIdSoap(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
    public java.lang.String getGetLinkIdSoap12Address();

    public test.link.GetLinkIdSoap getGetLinkIdSoap12() throws javax.xml.rpc.ServiceException;

    public test.link.GetLinkIdSoap getGetLinkIdSoap12(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
}

⌨️ 快捷键说明

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