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

Quick Search    Search Deep
G M S

G

GetInfo - class samples.jaxrpc.GetInfo.
This version of GetInfo is a near-duplicate of the GetInfo class in samples/stock.
GetInfo() - Constructor for class samples.jaxrpc.GetInfo
 
GetQuote1 - class samples.jaxrpc.GetQuote1.
This version of the ever so popular GetQuote is a near-duplicate of the GetQuote1 method in samples/stock which shows how to use the AXIS client APIs with and without WSDL.
GetQuote1() - Constructor for class samples.jaxrpc.GetQuote1
 
getQuote1(String[]) - Method in class samples.jaxrpc.GetQuote1
This will use the WSDL to prefill all of the info needed to make the call.
getQuote2(String[]) - Method in class samples.jaxrpc.GetQuote1
This will do everything manually (ie.
getQuote3(String[]) - Method in class samples.jaxrpc.GetQuote1
This method does the same thing that getQuote1 does, but in addition it reuses the Call object to make another call.

M

main(String[]) - Static method in class samples.jaxrpc.GetInfo
 
main(String[]) - Static method in class samples.jaxrpc.GetQuote1
 

S

samples.jaxrpc - package samples.jaxrpc
 
symbol - Variable in class samples.jaxrpc.GetQuote1
 

G M S