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.plugins.providers.jaxb   
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 BaseClientResponse<T>
           
 

Uses of Response in org.jboss.resteasy.core
 

Subclasses of Response in org.jboss.resteasy.core
 class ServerResponse
           
 

Methods in org.jboss.resteasy.core that return Response
 Response AsynchronousDispatcher.get(long wait, java.lang.String jobId)
           
protected  Response SynchronousDispatcher.getResponse(HttpRequest request, HttpResponse response, ResourceInvoker invoker)
           
 Response SynchronousDispatcher.internalInvocation(HttpRequest request, HttpResponse response, java.lang.Object entity)
           
 Response Dispatcher.internalInvocation(HttpRequest request, HttpResponse response, java.lang.Object entity)
           
protected  Response AsynchronousDispatcher.process(long wait, java.lang.String jobId, boolean eatJob)
           
 Response AsynchronousDispatcher.readAndRemove(long wait, java.lang.String jobId)
           
 

Methods in org.jboss.resteasy.core with parameters of type Response
 void SynchronousDispatcher.asynchronousDelivery(HttpRequest request, HttpResponse response, Response jaxrsResponse)
           
static ServerResponse ServerResponse.copyIfNotServerResponse(Response response)
           
protected  void SynchronousDispatcher.writeFailure(HttpResponse response, Response jaxrsResponse)
           
protected  void SynchronousDispatcher.writeJaxrsResponse(HttpResponse response, Response jaxrsResponse)
           
 

Uses of Response in org.jboss.resteasy.plugins.providers.jaxb
 

Constructors in org.jboss.resteasy.plugins.providers.jaxb with parameters of type Response
JAXBMarshalException(java.lang.String s, Response response)
           
JAXBMarshalException(java.lang.String s, java.lang.Throwable throwable, Response response)
           
JAXBMarshalException(java.lang.Throwable throwable, Response response)
           
JAXBUnmarshalException(java.lang.String s, Response response)
           
JAXBUnmarshalException(java.lang.String s, java.lang.Throwable throwable, Response response)
           
JAXBUnmarshalException(java.lang.Throwable throwable, Response response)
           
 

Uses of Response in org.jboss.resteasy.specimpl
 

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 InternalDispatcher.delete(java.lang.String uri)
           
 Response Failure.getResponse()
           
 Response InternalDispatcher.getResponse(MockHttpRequest request)
           
 Response InternalDispatcher.getResponse(MockHttpRequest request, java.lang.Object entity)
           
 Response InternalDispatcher.getResponse(java.lang.String uri)
           
 Response InternalDispatcher.postEntity(java.lang.String uri, java.lang.Object entity)
           
 Response InternalDispatcher.putEntity(java.lang.String uri, java.lang.Object entity)
           
 

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
BadRequestException(java.lang.String s, Response response)
           
BadRequestException(java.lang.String s, java.lang.Throwable throwable, Response response)
           
BadRequestException(java.lang.Throwable throwable, Response response)
           
DefaultOptionsMethodException(java.lang.String s, Response 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)
           
InternalServerErrorException(java.lang.String s, Response response)
           
InternalServerErrorException(java.lang.String s, java.lang.Throwable throwable, Response response)
           
InternalServerErrorException(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)
           
MethodNotAllowedException(java.lang.String s, Response response)
           
MethodNotAllowedException(java.lang.String s, java.lang.Throwable throwable, Response response)
           
MethodNotAllowedException(java.lang.Throwable throwable, Response response)
           
NoLogWebApplicationException(Response response)
           
NoLogWebApplicationException(java.lang.Throwable cause, Response response)
           
NotAcceptableException(java.lang.String s, Response response)
           
NotAcceptableException(java.lang.String s, java.lang.Throwable throwable, Response response)
           
NotAcceptableException(java.lang.Throwable throwable, Response response)
           
NotFoundException(java.lang.String s, Response response)
           
NotFoundException(java.lang.String s, java.lang.Throwable throwable, Response response)
           
NotFoundException(java.lang.Throwable throwable, Response response)
           
UnauthorizedException(java.lang.String s, Response response)
           
UnauthorizedException(java.lang.String s, java.lang.Throwable throwable, Response response)
           
UnauthorizedException(java.lang.Throwable throwable, Response response)
           
UnsupportedMediaTypeException(java.lang.String s, Response response)
           
UnsupportedMediaTypeException(java.lang.String s, java.lang.Throwable throwable, Response response)
           
UnsupportedMediaTypeException(java.lang.Throwable throwable, Response response)
           
 



Copyright © 2009. All Rights Reserved.