xmethodsfilesystemservice.java
来自「使用google api 搜索的例子」· Java 代码 · 共 21 行
JAVA
21 行
/**
* XMethodsFilesystemService.java
*
* This file was auto-generated from WSDL
* by the Apache Axis Wsdl2java emitter.
*/
package net.xmethods.www;
public interface XMethodsFilesystemService extends javax.xml.rpc.Service {
/**
* Provides read, write, delete and list access to XFS
*/
public String getXMethodsFilesystemPortAddress();
public net.xmethods.www.XMethodsFilesystemPortType getXMethodsFilesystemPort() throws javax.xml.rpc.ServiceException;
public net.xmethods.www.XMethodsFilesystemPortType getXMethodsFilesystemPort(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?