Uses of Interface
org.apache.jetspeed.webservices.finance.stockmarket.StockQuote

Packages that use StockQuote
org.apache.jetspeed.webservices.finance.stockmarket   
 

Uses of StockQuote in org.apache.jetspeed.webservices.finance.stockmarket
 

Classes in org.apache.jetspeed.webservices.finance.stockmarket that implement StockQuote
 class BaseStockQuote
          BaseStockQuote implements StockQuote, holding the information for one company's quote.
 

Methods in org.apache.jetspeed.webservices.finance.stockmarket that return StockQuote
 StockQuote StockQuoteService.fullQuote(java.lang.String symbol)
          Get a single stock quote record, given a symbol return a StockQuote object.
 StockQuote[] StockQuoteService.fullQuotes(java.lang.String[] symbol)
          Get an array of quote records, given a array of stock symbols.
 StockQuote StockQuoteHandler.getResult()
           
 StockQuote[] StockQuoteArrayHandler.getResult()
           
 StockQuote JetspeedStockQuoteService2.fullQuote(java.lang.String symbol)
           
 StockQuote[] JetspeedStockQuoteService2.fullQuotes(java.lang.String[] symbols)
           
 StockQuote JetspeedStockQuoteService.fullQuote(java.lang.String symbol)
          Get a single stock quote record, given a symbol return a StockQuote object.
 StockQuote[] JetspeedStockQuoteService.fullQuotes(java.lang.String[] symbols)
          Get an array of quote records, given a array of stock symbols.
 



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.