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

Packages that use Response.StatusType
com.sun.jersey.core.spi.factory Provides support for factories of particular component types. 
javax.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. 
 

Uses of Response.StatusType in com.sun.jersey.core.spi.factory
 

Methods in com.sun.jersey.core.spi.factory that return Response.StatusType
 Response.StatusType ResponseImpl.getStatusType()
          Get the status type.
static Response.StatusType ResponseImpl.toStatusType(int statusCode)
           
 

Methods in com.sun.jersey.core.spi.factory with parameters of type Response.StatusType
 Response.ResponseBuilder ResponseBuilderImpl.status(Response.StatusType status)
           
 

Constructors in com.sun.jersey.core.spi.factory with parameters of type Response.StatusType
ResponseImpl(Response.StatusType statusType, OutBoundHeaders headers, java.lang.Object entity, java.lang.reflect.Type entityType)
          Construct given a status type, entity and metadata.
 

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 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 © 2010 Oracle Corporation. All Rights Reserved.