| Package | Description |
|---|---|
| com.sun.jersey.api |
Provides support for responses and exceptions.
|
| Class and Description |
|---|
| JResponse
Defines the contract between a returned instance and the runtime when
an application needs to provide metadata to the runtime.
|
| JResponse.AJResponseBuilder
An abstract response builder that may be utilized to extend
response building and the construction of
JResponse
instances. |
| JResponse.JResponseBuilder
A class used to build
JResponse instances that contain metadata
instead of or in addition to an entity. |
| JResponseAsResponse
An adaption of
JResponse as a Response. |
| ParamException
An abstract extension of
WebApplicationException for the class of
parameter-based exceptions. |
| ParamException.URIParamException
An abstract parameter exception for the class of URI-parameter-based
exceptions.
|
Copyright © 2016 Oracle Corporation. All Rights Reserved.