samples.stock
Class GetQuote

java.lang.Object
  extended by samples.stock.GetQuote

public class GetQuote
extends java.lang.Object

The samples.stock.GetQuote client utilizes the dynamic invocation interface to invoke the StockQuote service, using JAX-RPC. This client was migrated from the SOAP client. Comments are included in the source that indicate the changes made to migrate the client.


Constructor Summary
GetQuote()
           
 
Method Summary
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
 

Constructor Detail

GetQuote

public GetQuote()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception