|
|||||||||
| Home >> All >> samples >> [ stock overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
samples.stock
Class GetQuote2

java.lang.Objectsamples.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)
|
|||||||||
| Home >> All >> samples >> [ stock overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
samples.stock.GetQuote2