- setHigh(double) - Method in class org.wso2.msf4j.stockquote.example.Stock
-
- setLast(double) - Method in class org.wso2.msf4j.stockquote.example.Stock
-
- setLow(double) - Method in class org.wso2.msf4j.stockquote.example.Stock
-
- setName(String) - Method in class org.wso2.msf4j.stockquote.example.Stock
-
- setSymbol(String) - Method in class org.wso2.msf4j.stockquote.example.Stock
-
- Stock - Class in org.wso2.msf4j.stockquote.example
-
Represents a stock item.
- Stock() - Constructor for class org.wso2.msf4j.stockquote.example.Stock
-
No arg constructor is required for xml marshalling.
- Stock(String, String) - Constructor for class org.wso2.msf4j.stockquote.example.Stock
-
- Stock(String, String, double, double, double) - Constructor for class org.wso2.msf4j.stockquote.example.Stock
-
- StockQuoteService - Class in org.wso2.msf4j.stockquote.example
-
StockQuote sample.
- StockQuoteService() - Constructor for class org.wso2.msf4j.stockquote.example.StockQuoteService
-
Add initial stocks IBM, GOOG, AMZN.
- Stocks - Class in org.wso2.msf4j.stockquote.example
-
Represents a list of Stock objects.
- Stocks() - Constructor for class org.wso2.msf4j.stockquote.example.Stocks
-
No arg constructor is required for xml marshalling.
- Stocks(Collection<Stock>) - Constructor for class org.wso2.msf4j.stockquote.example.Stocks
-
- SymbolNotFoundException - Exception in org.wso2.msf4j.stockquote.example.exception
-
Thrown when a Symbol is not found.
- SymbolNotFoundException() - Constructor for exception org.wso2.msf4j.stockquote.example.exception.SymbolNotFoundException
-
- SymbolNotFoundException(String) - Constructor for exception org.wso2.msf4j.stockquote.example.exception.SymbolNotFoundException
-
- SymbolNotFoundException(String, Throwable) - Constructor for exception org.wso2.msf4j.stockquote.example.exception.SymbolNotFoundException
-
- SymbolNotFoundException(Throwable) - Constructor for exception org.wso2.msf4j.stockquote.example.exception.SymbolNotFoundException
-
- SymbolNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception org.wso2.msf4j.stockquote.example.exception.SymbolNotFoundException
-
- SymbolNotFoundMapper - Class in org.wso2.msf4j.stockquote.example.exception
-
ExceptionMapper which handled SymbolNotFoundException.
- SymbolNotFoundMapper() - Constructor for class org.wso2.msf4j.stockquote.example.exception.SymbolNotFoundMapper
-