| Package | Description |
|---|---|
| com.sun.jersey.api |
Provides support for responses and exceptions.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
JResponse.AJResponseBuilder<E,B extends JResponse.AJResponseBuilder>
An abstract response builder that may be utilized to extend
response building and the construction of
JResponse
instances. |
| Modifier and Type | Class and Description |
|---|---|
static class |
JResponse.JResponseBuilder<E>
A class used to build
JResponse instances that contain metadata
instead of or in addition to an entity. |
| Constructor and Description |
|---|
JResponse.AJResponseBuilder(JResponse.AJResponseBuilder<E,?> that)
Construct a shallow copy.
|
JResponse(JResponse.AJResponseBuilder<E,?> b)
Construct from a
JResponse.AJResponseBuilder. |
Copyright © 2016 Oracle Corporation. All Rights Reserved.