|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JResponse | |
---|---|
com.sun.jersey.api | Provides support for responses and exceptions. |
Uses of JResponse in com.sun.jersey.api |
---|
Methods in com.sun.jersey.api that return JResponse | |
---|---|
JResponse<E> |
JResponse.JResponseBuilder.build()
Create a JResponse instance from the current JResponseBuilder. |
JResponse<?> |
JResponseAsResponse.getJResponse()
Get the adapted JResponse instance. |
Methods in com.sun.jersey.api with parameters of type JResponse | ||
---|---|---|
static
|
JResponse.fromResponse(JResponse<E> response)
Create a new JResponse.JResponseBuilder by performing a shallow copy of an
existing JResponse . |
Constructors in com.sun.jersey.api with parameters of type JResponse | |
---|---|
JResponse(JResponse<E> that)
Construct a shallow copy. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |