stockquotessoap.java

来自「买书附带的光盘资料Foundations_Of_Ajax中文版教程及源代码。 」· Java 代码 · 共 22 行

JAVA
22
字号
/**
 * StockQuotesSoap.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
 */

package ajaxdashboard.ws.stockquote;

public interface StockQuotesSoap extends java.rmi.Remote {

    /**
     * Retrieves the latest(20 minutes delay) stock quote of a stock     * ticker. To get multiple quotes enter Ticker symbols seperated by ,(eg.     * MSFT,YHOO,GE) or space (eg. MSFT YHOO GE). <BR>Gives the company name     * ,ticker,Stock Quote, Change,Open price ,Day's range(high and low),Volume,     * the Market Cap and the Year range of the stock price.<BR><B>Powered     * by Yahoo!'s stock Quotes service.Not for commerical use.</b>
     */
    public ajaxdashboard.ws.stockquote.GetQuotesResponse getStockQuotes(ajaxdashboard.ws.stockquote.GetQuotes parameters) throws java.rmi.RemoteException;
}

⌨️ 快捷键说明

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