| Package | Description |
|---|---|
| org.jboss.arquillian.quickstart.cxf.service | |
| org.jboss.arquillian.quickstart.cxf.service.rs |
| Modifier and Type | Method and Description |
|---|---|
Stock |
StockService.getStock(long id)
Retrieves the stock by it's id.
|
| Modifier and Type | Method and Description |
|---|---|
List<Stock> |
StockService.getStocks(int startIndex,
int size)
Retrieves the stock list.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
StockService.createStock(Stock stock)
Creates new stock.
|
void |
StockService.updateStock(long id,
Stock stock)
Updates the stock.
|
| Modifier and Type | Method and Description |
|---|---|
Stock |
StockServiceResource.getStock(long id)
Retrieves the stock by it's id.
|
| Modifier and Type | Method and Description |
|---|---|
List<Stock> |
StockServiceResource.getStocks(int startIndex,
int size)
Retrieves the stock list.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
StockServiceResource.createStock(Stock stock)
Creates new stock.
|
void |
StockServiceResource.updateStock(long id,
Stock stock)
Updates the stock.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.