📄 mathporttype.java
字号:
/**
* MathPortType.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.2RC2 Apr 28, 2006 (12:42:00 EDT) WSDL2Java emitter.
*/
package org.globus.examples.stubs.MathService_instance;
public interface MathPortType extends java.rmi.Remote {
public org.globus.examples.stubs.MathService_instance.AddResponse add(int parameters) throws java.rmi.RemoteException;
public org.globus.examples.stubs.MathService_instance.SubtractResponse subtract(int parameters) throws java.rmi.RemoteException;
public int getValueRP(org.globus.examples.stubs.MathService_instance.GetValueRP parameters) throws java.rmi.RemoteException;
public org.oasis.wsrf.properties.GetResourcePropertyResponse getResourceProperty(javax.xml.namespace.QName getResourcePropertyRequest) throws java.rmi.RemoteException, org.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultType, org.oasis.wsrf.properties.ResourceUnknownFaultType;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -