Apache CXF API

org.apache.cxf.jaxrs.impl
Class ResponseImpl

java.lang.Object
  extended by javax.ws.rs.core.Response
      extended by org.apache.cxf.jaxrs.impl.ResponseImpl

public final class ResponseImpl
extends javax.ws.rs.core.Response


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.ws.rs.core.Response
javax.ws.rs.core.Response.ResponseBuilder, javax.ws.rs.core.Response.Status, javax.ws.rs.core.Response.StatusType
 
Method Summary
 Object getEntity()
           
 javax.ws.rs.core.MultivaluedMap<String,Object> getMetadata()
           
 int getStatus()
           
 
Methods inherited from class javax.ws.rs.core.Response
created, fromResponse, noContent, notAcceptable, notModified, notModified, notModified, ok, ok, ok, ok, ok, seeOther, serverError, status, status, status, temporaryRedirect
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEntity

public Object getEntity()
Specified by:
getEntity in class javax.ws.rs.core.Response

getStatus

public int getStatus()
Specified by:
getStatus in class javax.ws.rs.core.Response

getMetadata

public javax.ws.rs.core.MultivaluedMap<String,Object> getMetadata()
Specified by:
getMetadata in class javax.ws.rs.core.Response

Apache CXF API

Apache CXF