The Java(TM) API for RESTful Web Services (JAX-RS) 1.1 1.0.1.Final-redhat-2

javax.ws.rs.core
Interface Response.StatusType

All Known Implementing Classes:
Response.Status
Enclosing class:
Response

public static interface Response.StatusType

Base interface for statuses used in responses.


Method Summary
 Response.Status.Family getFamily()
          Get the class of status code
 String getReasonPhrase()
          Get the reason phrase
 int getStatusCode()
          Get the associated status code
 

Method Detail

getStatusCode

int getStatusCode()
Get the associated status code

Returns:
the status code

getFamily

Response.Status.Family getFamily()
Get the class of status code

Returns:
the class of status code

getReasonPhrase

String getReasonPhrase()
Get the reason phrase

Returns:
the reason phrase

The Java(TM) API for RESTful Web Services (JAX-RS) 1.1 1.0.1.Final-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.