?? factorizationservice.java
字號:
/**
* FactorizationService.java
*
* This file was auto-generated from WSDL
* by the Apache Axis WSDL2Java emitter.
*/
package factorization.service.Factorization;
public interface FactorizationService extends javax.xml.rpc.Service {
public java.lang.String getGridServiceSOAPBindingPortAddress();
public org.gridforum.ogsi.GridService getGridServiceSOAPBindingPort() throws javax.xml.rpc.ServiceException;
public org.gridforum.ogsi.GridService getGridServiceSOAPBindingPort(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
public java.lang.String getFactorizationServiceAddress();
public factorization.service.Factorization.FactorizationPortType getFactorizationService() throws javax.xml.rpc.ServiceException;
public factorization.service.Factorization.FactorizationPortType getFactorizationService(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -