Esempio n. 1
0
 @DELETE
 @Path("/{AlrtId}")
 @Produces(MediaType.APPLICATION_XML)
 public Alert delAlert(@PathParam("AlrtId") int ID) {
   return service.removeAlert(ID);
 }