main(java.lang.String[] args)
usage:
java JetspeedStockQuoteService [option] method [params]
method: parameter: description:
----------------------------------------------------------------------
quote symbol get the price for the given symbol
quotes symbols..
java.lang.String
quote(java.lang.String symbol)
Get a single stock quote, given a symbol return the current price.
void
setWebService(java.lang.String service)
Set the name of the web service used by this service to retrieve stock quotes.
Methods inherited from class org.apache.turbine.services.TurbineBaseService
init, init, init, shutdown
Methods inherited from class org.apache.turbine.services.BaseService
usage:
java JetspeedStockQuoteService [option] method [params]
method: parameter: description:
----------------------------------------------------------------------
quote symbol get the price for the given symbol
quotes symbols.. get the prices for 1..n symbols
fullQuote symbol get a stock quote record for the given symbol
fullQuotes symbols... 1..n symbols to look up multiple stock quote records
options:
--------
-debug print to stdout the SOAP request and response packets
Examples:
java JetspeedStockQuoteService quote IBM
java JetspeedStockQuoteService quotes IONA CSCO NOK ADSK
java JetspeedStockQuoteService -debug fullQuote DST
java JetspeedStockQuoteService fullQuotes SUNW MSFT ORCL
init
public void init(javax.servlet.ServletConfig conf)
throws org.apache.turbine.services.InitializationException