| 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.
|
| org.glassfish.jersey |
Common Jersey core classes.
|
| org.glassfish.jersey.client |
Jersey client-side classes.
|
| org.glassfish.jersey.filter |
Jersey Request & Response Filtering support & utility classes.
|
| org.glassfish.jersey.internal |
Common Jersey internal API classes.
|
| org.glassfish.jersey.internal.inject |
Common Jersey internal injection utility classes.
|
| org.glassfish.jersey.internal.util |
Common Jersey internal miscellaneous utility classes.
|
| org.glassfish.jersey.message |
Common Jersey messaging classes.
|
| org.glassfish.jersey.message.internal |
Common Jersey internal messaging classes.
|
| org.glassfish.jersey.model.internal |
Common Jersey internal model related classes and interfaces.
|
| org.glassfish.jersey.server |
Jersey server-side classes.
|
| org.glassfish.jersey.server.filter.internal |
Server filter internal classes.
|
| org.glassfish.jersey.server.internal |
Jersey server-side internal classes.
|
| org.glassfish.jersey.server.internal.inject |
Jersey server-side JAX-RS injection support classes.
|
| org.glassfish.jersey.server.internal.monitoring |
Jersey server-side internal monitoring and statistics classes.
|
| org.glassfish.jersey.server.internal.process |
Jersey server-side internal classes related to request and response processing.
|
| org.glassfish.jersey.server.model |
Jersey server-side application & resource modeling classes.
|
| org.glassfish.jersey.server.monitoring |
Jersey server-side monitoring JMX MBeans interfaces.
|
| org.glassfish.jersey.server.spi |
Jersey server-side service provider contract (SPI) classes.
|
| org.glassfish.jersey.server.spi.internal |
Jersey server-side internal service provider contract (SPI) classes.
|
| org.glassfish.jersey.server.wadl.internal |
Jersey server-side WADL internal classes.
|
| org.glassfish.jersey.spi |
Common Jersey service provider contract (SPI) classes.
|
| Class and 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 and Description |
|---|
| ProcessingException
A base JAX-RS runtime processing exception.
|
| Class and Description |
|---|
| RuntimeType
Enumeration of JAX-RS runtime types.
|
| WebApplicationException
Runtime exception for applications.
|
| Class and Description |
|---|
| WebApplicationException
Runtime exception for applications.
|
| Class and Description |
|---|
| RuntimeType
Enumeration of JAX-RS runtime types.
|
| Class and Description |
|---|
| ProcessingException
A base JAX-RS runtime processing exception.
|
| RuntimeType
Enumeration of JAX-RS runtime types.
|
| WebApplicationException
Runtime exception for applications.
|
| Class and Description |
|---|
| WebApplicationException
Runtime exception for applications.
|
| Class and Description |
|---|
| RuntimeType
Enumeration of JAX-RS runtime types.
|
| Class and Description |
|---|
| RuntimeType
Enumeration of JAX-RS runtime types.
|
| Class and Description |
|---|
| RuntimeType
Enumeration of JAX-RS runtime types.
|
| Class and Description |
|---|
| WebApplicationException
Runtime exception for applications.
|
| Class and Description |
|---|
| Consumes
Defines the media types that the methods of a resource class or
MessageBodyReader can accept. |
| ProcessingException
A base JAX-RS runtime processing exception.
|
| Produces
Defines the media type(s) that the methods of a resource class or
MessageBodyWriter can produce. |
| RuntimeType
Enumeration of JAX-RS runtime types.
|
| WebApplicationException
Runtime exception for applications.
|
| Class and Description |
|---|
| RuntimeType
Enumeration of JAX-RS runtime types.
|
| Class and Description |
|---|
| ProcessingException
A base JAX-RS runtime processing exception.
|
| RuntimeType
Enumeration of JAX-RS runtime types.
|
| WebApplicationException
Runtime exception for applications.
|
| Class and Description |
|---|
| ConstrainedTo
Indicates the run-time context in which an annotated JAX-RS provider
is applicable.
|
| Class and Description |
|---|
| WebApplicationException
Runtime exception for applications.
|
| Class and Description |
|---|
| ProcessingException
A base JAX-RS runtime processing exception.
|
| Class and Description |
|---|
| ConstrainedTo
Indicates the run-time context in which an annotated JAX-RS provider
is applicable.
|
| Class and Description |
|---|
| ProcessingException
A base JAX-RS runtime processing exception.
|
| Class and Description |
|---|
| ConstrainedTo
Indicates the run-time context in which an annotated JAX-RS provider
is applicable.
|
| Path
Identifies the URI path that a resource class or class method will serve
requests for.
|
| Class and Description |
|---|
| ConstrainedTo
Indicates the run-time context in which an annotated JAX-RS provider
is applicable.
|
| Class and Description |
|---|
| ConstrainedTo
Indicates the run-time context in which an annotated JAX-RS provider
is applicable.
|
| ProcessingException
A base JAX-RS runtime processing exception.
|
| Class and Description |
|---|
| ConstrainedTo
Indicates the run-time context in which an annotated JAX-RS provider
is applicable.
|
| ProcessingException
A base JAX-RS runtime processing exception.
|
| Class and Description |
|---|
| ConstrainedTo
Indicates the run-time context in which an annotated JAX-RS provider
is applicable.
|
| GET
Indicates that the annotated method responds to HTTP GET requests.
|
| Path
Identifies the URI path that a resource class or class method will serve
requests for.
|
| PathParam
Binds the value of a URI template parameter or a path segment
containing the template parameter to a resource method parameter, resource
class field, or resource class
bean property.
|
| Produces
Defines the media type(s) that the methods of a resource class or
MessageBodyWriter can produce. |
| Class and Description |
|---|
| WebApplicationException
Runtime exception for applications.
|
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.