Package | Description |
---|---|
com.sun.jersey.api |
Provides support for responses and exceptions.
|
com.sun.jersey.api.core |
Provides support for configuration.
|
com.sun.jersey.core.header |
Provides support for HTTP headers.
|
com.sun.jersey.spi.container |
Provides support for containers and the web application that manages
resource classes.
|
javax.ws.rs |
High-level interfaces and annotations used to create RESTful service
resources.
|
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 and Description |
---|
WebApplicationException
Runtime exception for applications.
|
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. |
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.
|
Class and Description |
---|
HttpMethod
Associates the name of a HTTP method with an annotation.
|
Class and Description |
---|
WebApplicationException
Runtime exception for applications.
|
Class and Description |
---|
WebApplicationException
Runtime exception for applications.
|
Copyright © 2016 Oracle Corporation. All Rights Reserved.