Uses of Class
javax.ws.rs.core.Response

Packages that use Response
javax.ws.rs High-level interfaces and annotations used to create RESTful service resources. 
javax.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. 
javax.ws.rs.ext APIs that provide extensions to the types supported by the JAX-RS API. 
org.jboss.resteasy.client   
org.jboss.resteasy.client.core   
org.jboss.resteasy.core   
org.jboss.resteasy.core.interception   
org.jboss.resteasy.specimpl   
org.jboss.resteasy.spi   
 

Uses of Response in javax.ws.rs
 

Methods in javax.ws.rs that return Response
 Response WebApplicationException.getResponse()
          Get the HTTP response.
 

Constructors in javax.ws.rs with parameters of type Response
WebApplicationException(Response response)
          Construct a new instance using the supplied response
WebApplicationException(java.lang.Throwable cause, Response response)
          Construct a new instance using the supplied response
 

Uses of Response in javax.ws.rs.core
 

Methods in javax.ws.rs.core that return Response
abstract  Response Response.ResponseBuilder.build()
          Create a Response instance from the current ResponseBuilder.
 

Methods in javax.ws.rs.core with parameters of type Response
static Response.ResponseBuilder Response.fromResponse(Response response)
          Create a new ResponseBuilder by performing a shallow copy of an existing Response.
 

Uses of Response in javax.ws.rs.ext
 

Methods in javax.ws.rs.ext that return Response
 Response ExceptionMapper.toResponse(E exception)
          Map an exception to a Response.
 

Uses of Response in org.jboss.resteasy.client
 

Subclasses of Response in org.jboss.resteasy.client
 class ClientResponse<T>
          Response extension for the RESTEasy client framework.
 

Uses of Response in org.jboss.resteasy.client.core
 

Subclasses of Response in org.jboss.resteasy.client.core
 class ClientResponseImpl<T>
           
 

Uses of Response in org.jboss.resteasy.core
 

Methods in org.jboss.resteasy.core that return Response
 Response AsynchronousDispatcher.get(long wait, boolean nowait, java.lang.String jobId)
           
 Response DispatcherUtilities.getJaxrsResponse(HttpRequest request, HttpResponse response, ResourceInvoker invoker)
           
 Response ResourceMethod.invoke(HttpRequest request, HttpResponse response)
           
 Response ResourceLocator.invoke(HttpRequest request, HttpResponse response)
           
 Response ResourceInvoker.invoke(HttpRequest request, HttpResponse response)
           
 Response ResourceMethod.invoke(HttpRequest request, HttpResponse response, java.lang.Object target)
           
 Response ResourceLocator.invoke(HttpRequest request, HttpResponse response, java.lang.Object locator)
           
 Response ResourceMethodSecurityInterceptor.invoke(ResourceMethodContext ctx)
           
 Response ResourceMethodCacheControlInterceptor.invoke(ResourceMethodContext ctx)
           
protected  Response ResourceMethod.invokeOnTarget(HttpRequest request, HttpResponse response, java.lang.Object target)
           
protected  Response ResourceLocator.invokeOnTargetObject(HttpRequest request, HttpResponse response, java.lang.Object target)
           
 Response ResourceMethod.ResourceContext.proceed()
           
protected  Response AsynchronousDispatcher.process(long wait, boolean nowait, java.lang.String jobId, boolean eatJob)
           
 Response AsynchronousDispatcher.readAndRemove(long wait, boolean nowait, java.lang.String jobId)
           
 

Methods in org.jboss.resteasy.core with parameters of type Response
 void SynchronousDispatcher.asynchronousDelivery(HttpRequest request, HttpResponse response, Response jaxrsResponse)
           
 ResponseInvoker DispatcherUtilities.createResponseInvoker(Response jaxrsResponse)
           
 void DispatcherUtilities.outputCookies(HttpResponse response, Response jaxrsResponse)
           
 void DispatcherUtilities.outputHeaders(HttpResponse response, Response jaxrsResponse)
           
 MediaType DispatcherUtilities.resolveContentType(Response jaxrsResponse)
           
 ResponseInvoker DispatcherUtilities.resolveResponseInvoker(HttpResponse response, Response jaxrsResponse)
           
protected  void SynchronousDispatcher.writeJaxrsResponse(HttpResponse response, Response jaxrsResponse)
           
 

Constructors in org.jboss.resteasy.core with parameters of type Response
ResponseInvoker(Response jaxrsResponse, MediaType contentType, ResteasyProviderFactory providerFactory)
           
 

Uses of Response in org.jboss.resteasy.core.interception
 

Methods in org.jboss.resteasy.core.interception that return Response
 Response ResourceMethodInterceptor.invoke(ResourceMethodContext ctx)
           
 Response ResourceMethodContext.proceed()
           
 

Uses of Response in org.jboss.resteasy.specimpl
 

Subclasses of Response in org.jboss.resteasy.specimpl
 class ResponseImpl
           
 

Methods in org.jboss.resteasy.specimpl that return Response
 Response ResponseBuilderImpl.build()
           
 

Uses of Response in org.jboss.resteasy.spi
 

Fields in org.jboss.resteasy.spi declared as Response
protected  Response Failure.response
           
 

Methods in org.jboss.resteasy.spi that return Response
 Response Failure.getResponse()
           
 

Methods in org.jboss.resteasy.spi with parameters of type Response
 void AsynchronousResponse.setResponse(Response response)
           
 

Constructors in org.jboss.resteasy.spi with parameters of type Response
Failure(java.lang.String s, Response response)
           
Failure(java.lang.String s, java.lang.Throwable throwable, Response response)
           
Failure(java.lang.Throwable throwable, Response response)
           
LoggableFailure(java.lang.String s, Response response)
           
LoggableFailure(java.lang.String s, java.lang.Throwable throwable, Response response)
           
LoggableFailure(java.lang.Throwable throwable, Response response)
           
NoResourceFoundFailure(java.lang.String s, Response response)
           
NoResourceFoundFailure(java.lang.String s, java.lang.Throwable throwable, Response response)
           
NoResourceFoundFailure(java.lang.Throwable throwable, Response response)
           
 



Copyright © 2009. All Rights Reserved.