service.java
来自「基于ruby的进阶编程,大家可以对照教材<<Ruby on Rail」· Java 代码 · 共 22 行
JAVA
22 行
/**
* Service.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
package ActionWebService;
public interface Service extends javax.xml.rpc.Service {
public java.lang.String getItemPortAddress();
public ActionWebService.ItemPort getItemPort() throws javax.xml.rpc.ServiceException;
public ActionWebService.ItemPort getItemPort(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
public java.lang.String getCategoryPortAddress();
public ActionWebService.CategoryPort getCategoryPort() throws javax.xml.rpc.ServiceException;
public ActionWebService.CategoryPort getCategoryPort(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?