com.sun.jersey.core.spi.factory
Class ResponseImpl
java.lang.Object
javax.ws.rs.core.Response
com.sun.jersey.core.spi.factory.ResponseImpl
public final class ResponseImpl
- extends Response
An implementation of Response
.
- Author:
- Paul.Sandoz@Sun.Com
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 |
getValues
public java.lang.Object[] getValues()
getNameValuePairs
public java.util.List<java.lang.Object> getNameValuePairs()
getEntityType
public java.lang.reflect.Type getEntityType()
isMetatadataSet
public boolean isMetatadataSet()
getEntity
public java.lang.Object getEntity()
- Specified by:
getEntity
in class Response
getStatus
public int getStatus()
- Specified by:
getStatus
in class Response
getMetadata
public MultivaluedMap<java.lang.String,java.lang.Object> getMetadata()
- Specified by:
getMetadata
in class Response
Copyright © 2010 Sun Microsystems, Inc. All Rights Reserved.