@Service(value="bvlService") @Path(value="/") public class BVLRestServiceImpl extends java.lang.Object implements BVLRestService
| Constructor and Description |
|---|
BVLRestServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
about() |
java.util.List<FailedToRip> |
failedToRip() |
java.lang.String |
idToKey(java.lang.Integer id) |
java.lang.String |
missingInAction() |
void |
unhandled() |
java.util.List<WishList> |
wishList() |
@Path(value="/failedToRip") public java.util.List<FailedToRip> failedToRip()
failedToRip in interface BVLRestService@Path(value="/wishList") public java.util.List<WishList> wishList()
wishList in interface BVLRestService@Path(value="/about") public java.lang.String about()
about in interface BVLRestService@Path(value="/statistics/mia") public java.lang.String missingInAction()
missingInAction in interface BVLRestService@Path(value="/idToKey/{id}")
public java.lang.String idToKey(java.lang.Integer id)
@Path(value="/.*") public void unhandled()
unhandled in interface BVLRestService