| Package | Description |
|---|---|
| com.sun.jersey.api |
Provides support for responses and exceptions.
|
| Modifier and Type | Method and Description |
|---|---|
JResponse<E> |
JResponse.JResponseBuilder.build()
Create a
JResponse instance from the current JResponseBuilder. |
JResponse<?> |
JResponseAsResponse.getJResponse()
Get the adapted
JResponse instance. |
| Modifier and Type | Method and Description |
|---|---|
static <E> JResponse.JResponseBuilder<E> |
JResponse.fromResponse(JResponse<E> response)
Create a new
JResponse.JResponseBuilder by performing a shallow copy of an
existing JResponse. |
| Constructor and Description |
|---|
JResponse(JResponse<E> that)
Construct a shallow copy.
|
Copyright © 2016 Oracle Corporation. All Rights Reserved.