📄 fundpricesessionfacade_service.java
字号:
/**
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -