| Package | Description |
|---|---|
| org.wso2.msf4j.stockquote.example | |
| org.wso2.msf4j.stockquote.example.exception |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
StockQuoteService.getMetaInformationForQuote(String symbol)
Retrieve metainformation about the entity implied by the request.
|
javax.ws.rs.core.Response |
StockQuoteService.getQuote(String symbol)
Retrieve a stock for a given symbol.
|
javax.ws.rs.core.Response |
StockQuoteService.getQuoteUsingCookieParam(String symbol)
Retrieve a stock for a given symbol using a cookie.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
SymbolNotFoundMapper.toResponse(SymbolNotFoundException ex) |
Copyright © 2017 WSO2. All rights reserved.