fundpricesessionfacade_service.java

来自「EJB+Struts+Webservice实现的开放式基金管理系统」· Java 代码 · 共 48 行

JAVA
48
字号
/**
 * FundPriceSessionFacade_Service.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis 1.2beta3 Aug 01, 2004 (05:59:22 PDT) WSDL2Java emitter.
 */

package com.fund.fund;

/**
 *
 * <p>Title: </p>
 *
 * <p>Description: </p>
 *
 * <p>Copyright: Copyright (c) 2005</p>
 *
 * <p>Company: </p>
 *
 * @author not attributable
 * @version 1.0
 */
public interface FundPriceSessionFacade_Service extends javax.xml.rpc.Service {
    /**
     * getFundPriceSessionFacadeAddress
     * @return String
     */
    public java.lang.String getFundPriceSessionFacadeAddress();

    /**
     * getFundPriceSessionFacade
     * @return FundPriceSessionFacade_Port
     * @throws javax.xml.rpc.ServiceException e
     */
    public com.fund.fund.FundPriceSessionFacade_Port getFundPriceSessionFacade()
            throws
            javax.xml.rpc.ServiceException;

    /**
     * getFundPriceSessionFacade
     * @param portAddress URL
     * @return FundPriceSessionFacade_Port
     * @throws javax.xml.rpc.ServiceException e
     */
    public com.fund.fund.FundPriceSessionFacade_Port getFundPriceSessionFacade(
            java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
}

⌨️ 快捷键说明

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