mathporttype.java

来自「globus toolkit Math例子」· Java 代码 · 共 16 行

JAVA
16
字号
/**
 * 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 + =
减小字号Ctrl + -
显示快捷键?