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@interface
Indicates that the annotated method responds to HTTP DELETE requests@interface
Indicates that the annotated method responds to HTTP GET requests@interface
Indicates that the annotated method responds to HTTP HEAD requests@interface
Indicates that the annotated method responds to HTTP OPTIONS requests@interface
Indicates that the annotated method responds to HTTP POST requests@interface
Indicates that the annotated method responds to HTTP PUT requests