@Path(value="/salaryservice/") @Consumes(value="application/json") @Produces(value="application/json") public class SalaryService extends Object
| Constructor and Description |
|---|
SalaryService() |
| Modifier and Type | Method and Description |
|---|---|
Salary |
getEmployeeSalary(String id,
javax.ws.rs.core.HttpHeaders headers) |
void |
init() |
Copyright © 2018 WSO2 Inc. All rights reserved.