com.sun.jersey.api
Class JResponseAsResponse
java.lang.Object
javax.ws.rs.core.Response
com.sun.jersey.core.spi.factory.ResponseImpl
com.sun.jersey.api.JResponseAsResponse
public final class JResponseAsResponse
- extends ResponseImpl
An adaption of JResponse
as a Response
.
- Author:
- Paul.Sandoz@Sun.Com
- See Also:
JResponse.toResponse()
,
JResponse.toResponse(java.lang.reflect.Type)
Methods inherited from class javax.ws.rs.core.Response |
created, fromResponse, noContent, notAcceptable, notModified, notModified, notModified, ok, ok, ok, ok, ok, seeOther, serverError, status, status, status, temporaryRedirect |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getJResponse
public JResponse<?> getJResponse()
- Get the adapted
JResponse
instance.
- Returns:
- the adapted JResponse instance.
Copyright © 2013 Oracle Corporation. All Rights Reserved.