StockQuotesSoap.java
上传用户:shen332233
上传日期:2021-09-03
资源大小:7478k
文件大小:1k
源码类别:

Ajax

开发平台:

Java

  1. /**
  2.  * StockQuotesSoap.java
  3.  *
  4.  * This file was auto-generated from WSDL
  5.  * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
  6.  */
  7. package ajaxdashboard.ws.stockquote;
  8. public interface StockQuotesSoap extends java.rmi.Remote {
  9.     /**
  10.      * 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>
  11.      */
  12.     public ajaxdashboard.ws.stockquote.GetQuotesResponse getStockQuotes(ajaxdashboard.ws.stockquote.GetQuotes parameters) throws java.rmi.RemoteException;
  13. }