Uses of Class
com.sun.jersey.api.JResponse

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
<E> JResponse.JResponseBuilder<E>
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.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.