Package | Description |
---|---|
javax.ws.rs |
High-level interfaces and annotations used to create RESTful service
resources.
|
javax.ws.rs.client |
The JAX-RS client API
|
javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
javax.ws.rs.ext |
APIs that provide extensions to the types supported by the JAX-RS API.
|
Class | Description |
---|---|
ClientErrorException |
A base runtime application exception indicating a client request error
(HTTP
4xx status codes). |
HttpMethod |
Associates the name of a HTTP method with an annotation.
|
RuntimeType |
Enumeration of JAX-RS runtime types.
|
ServerErrorException |
A base runtime application exception indicating a server error
(HTTP
5xx status codes). |
WebApplicationException |
Runtime exception for applications.
|
Class | Description |
---|---|
ProcessingException |
A base JAX-RS runtime processing exception.
|
Class | Description |
---|---|
RuntimeType |
Enumeration of JAX-RS runtime types.
|
WebApplicationException |
Runtime exception for applications.
|
Class | Description |
---|---|
WebApplicationException |
Runtime exception for applications.
|
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved.