コード例 #1
0
ファイル: AlertResources.java プロジェクト: Shurakshya/WEBAPP
 @DELETE
 @Path("/{AlrtId}")
 @Produces(MediaType.APPLICATION_XML)
 public Alert delAlert(@PathParam("AlrtId") int ID) {
   return service.removeAlert(ID);
 }