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