FileDocCategorySizeDatePackage
StockPrice.javaAPI DocExample286Tue Jan 15 10:21:00 GMT 2002javasoap.book.ch4

StockPrice

public class StockPrice extends Object

Fields Summary
Constructors Summary
Methods Summary
public floatgetPrice(java.lang.String stock, java.lang.String currency)

      float result;
      // determine the price for stock and return it
      // in the specified currency
      result = (float)75.33;
      return result;