mathservice.java

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

JAVA
17
字号
/**
 * MathService.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.service;

public interface MathService extends javax.xml.rpc.Service {
    public java.lang.String getMathPortTypePortAddress();

    public org.globus.examples.stubs.MathService_instance.MathPortType getMathPortTypePort() throws javax.xml.rpc.ServiceException;

    public org.globus.examples.stubs.MathService_instance.MathPortType getMathPortTypePort(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?