Uses of Interface
javax.ws.rs.core.Response.StatusType

Packages that use Response.StatusType
javax.ws.rs.client The JAX-RS client API 
javax.ws.rs.container Container-specific JAX-RS API. 
javax.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. 
 

Uses of Response.StatusType in javax.ws.rs.client
 

Methods in javax.ws.rs.client that return Response.StatusType
 Response.StatusType ClientResponseContext.getStatusInfo()
          Get the complete status information associated with the response.
 

Methods in javax.ws.rs.client with parameters of type Response.StatusType
 void ClientResponseContext.setStatusInfo(Response.StatusType statusInfo)
          Set the complete status information associated with the response.
 

Uses of Response.StatusType in javax.ws.rs.container
 

Methods in javax.ws.rs.container that return Response.StatusType
 Response.StatusType ContainerResponseContext.getStatusInfo()
          Get the complete status information associated with the response.
 

Methods in javax.ws.rs.container with parameters of type Response.StatusType
 void ContainerResponseContext.setStatusInfo(Response.StatusType statusInfo)
          Set the complete status information associated with the response.
 

Uses of Response.StatusType in javax.ws.rs.core
 

Classes in javax.ws.rs.core that implement Response.StatusType
static class Response.Status
          Commonly used status codes defined by HTTP, see HTTP/1.1 documentation for the complete list.
 

Methods in javax.ws.rs.core that return Response.StatusType
abstract  Response.StatusType Response.getStatusInfo()
          Get the complete status information associated with the response.
 

Methods in javax.ws.rs.core with parameters of type Response.StatusType
static Response.ResponseBuilder Response.status(Response.StatusType status)
          Create a new ResponseBuilder with the supplied status.
 Response.ResponseBuilder Response.ResponseBuilder.status(Response.StatusType status)
          Set the status on the ResponseBuilder.
 



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.