Package | Description |
---|---|
javax.ws.rs |
High-level interfaces and annotations used to create RESTful service
resources.
|
Modifier and Type | Class and Description |
---|---|
interface |
DELETE
Indicates that the annotated method responds to HTTP DELETE requests.
|
interface |
GET
Indicates that the annotated method responds to HTTP GET requests.
|
interface |
HEAD
Indicates that the annotated method responds to HTTP HEAD requests.
|
interface |
OPTIONS
Indicates that the annotated method responds to HTTP OPTIONS requests.
|
interface |
PATCH
Indicates that the annotated method responds to HTTP PATCH requests.
|
interface |
POST
Indicates that the annotated method responds to HTTP POST requests.
|
interface |
PUT
Indicates that the annotated method responds to HTTP PUT requests.
|
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.