Uses of Annotation Type
javax.ws.rs.HttpMethod
Packages that use HttpMethod
Package
Description
High-level interfaces and annotations used to create RESTful service
resources.
-
Uses of HttpMethod in javax.ws.rs
Classes in javax.ws.rs with annotations of type HttpMethodModifier and TypeClassDescription@interfaceIndicates that the annotated method responds to HTTP DELETE requests@interfaceIndicates that the annotated method responds to HTTP GET requests@interfaceIndicates that the annotated method responds to HTTP HEAD requests@interfaceIndicates that the annotated method responds to HTTP OPTIONS requests@interfaceIndicates that the annotated method responds to HTTP POST requests@interfaceIndicates that the annotated method responds to HTTP PUT requests