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

Packages that use Response.Status
javax.ws.rs   
javax.ws.rs.core   
 

Uses of Response.Status in javax.ws.rs
 

Constructors in javax.ws.rs with parameters of type Response.Status
WebApplicationException(Response.Status status)
           
WebApplicationException(Throwable cause, Response.Status status)
           
 

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

Methods in javax.ws.rs.core that return Response.Status
static Response.Status Response.Status.fromStatusCode(int statusCode)
           
static Response.Status Response.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Response.Status[] Response.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in javax.ws.rs.core with parameters of type Response.Status
static Response.ResponseBuilder Response.status(Response.Status status)
           
 Response.ResponseBuilder Response.ResponseBuilder.status(Response.Status value)
           
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.