masonfactoryservice.java

来自「使用eclipse集成GT4插件环境」· Java 代码 · 共 17 行

JAVA
17
字号
/**
 * MasonFactoryService.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis 1.2RC2 Feb 27, 2008 (08:34:14 CST) WSDL2Java emitter.
 */

package com.buu.grid.hzk.mason.masonService.stubs.service;

public interface MasonFactoryService extends javax.xml.rpc.Service {
    public java.lang.String getMasonFactoryPortTypePortAddress();

    public com.buu.grid.hzk.mason.masonService.stubs.MasonFactoryPortType getMasonFactoryPortTypePort() throws javax.xml.rpc.ServiceException;

    public com.buu.grid.hzk.mason.masonService.stubs.MasonFactoryPortType getMasonFactoryPortTypePort(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
}

⌨️ 快捷键说明

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