📄 service.java
字号:
/**
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -