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

📄 service1soap.java

📁 使用google api 搜索的例子
💻 JAVA
字号:
/**
 * Service1Soap.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis Wsdl2java emitter.
 */

package com.trwest;

public interface Service1Soap extends java.rmi.Remote {
    public java.lang.String findZipPlus4(java.lang.String address, java.lang.String city, java.lang.String state) throws java.rmi.RemoteException;
    public com.trwest.CityState findCityState(java.lang.String zip) throws java.rmi.RemoteException;
}

⌨️ 快捷键说明

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