Interface StockQuoteSoap
-
public interface StockQuoteSoap
This class was generated by the JAX-WS RI. JAX-WS RI 2.1.6 in JDK 6 Generated source version: 2.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getQuote(java.lang.String symbol)
Get Stock quote for a company Symbol
-
-
-
Method Detail
-
getQuote
@RequestWrapper(localName="GetQuote", targetNamespace="http://www.webserviceX.NET/", className="jadex.webservice.examples.ws.quote.gen.GetQuote") @ResponseWrapper(localName="GetQuoteResponse", targetNamespace="http://www.webserviceX.NET/", className="jadex.webservice.examples.ws.quote.gen.GetQuoteResponse") java.lang.String getQuote(java.lang.String symbol)
Get Stock quote for a company Symbol- Parameters:
symbol
-- Returns:
- returns java.lang.String
-
-