Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

samples.stock
Class GetQuote2  view GetQuote2 download GetQuote2.java

java.lang.Object
  extended bysamples.stock.GetQuote2

public class GetQuote2
extends java.lang.Object


Field Summary
 java.lang.String symbol
           
 
Constructor Summary
GetQuote2()
           
 
Method Summary
 float getQuote(java.lang.String[] args)
          This will use the WSDL to prefill all of the info needed to make the call.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

symbol

public java.lang.String symbol
Constructor Detail

GetQuote2

public GetQuote2()
Method Detail

getQuote

public float getQuote(java.lang.String[] args)
               throws java.lang.Exception
This will use the WSDL to prefill all of the info needed to make the call. All that's left is filling in the args to invoke().


main

public static void main(java.lang.String[] args)