public class ContainerResponseContextImpl extends AbstractResponseContextImpl implements javax.ws.rs.container.ContainerResponseContext
m, r
Constructor and Description |
---|
ContainerResponseContextImpl(ResponseImpl r,
Message m,
Class<?> serviceCls,
Method invoked) |
Modifier and Type | Method and Description |
---|---|
Annotation[] |
getEntityAnnotations() |
Class<?> |
getEntityClass() |
OutputStream |
getEntityStream() |
Type |
getEntityType() |
javax.ws.rs.core.MultivaluedMap<String,Object> |
getHeaders() |
void |
setEntityStream(OutputStream os) |
getAllowedMethods, getCookies, getDate, getEntity, getEntityTag, getHeaderString, getLanguage, getLastModified, getLength, getLink, getLinkBuilder, getLinks, getLocation, getMediaType, getResponseEntityAnnotations, getStatus, getStatusInfo, getStringHeaders, hasEntity, hasLink, setEntity, setEntity, setStatus, setStatusInfo
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAllowedMethods, getCookies, getDate, getEntity, getEntityTag, getHeaderString, getLanguage, getLastModified, getLength, getLink, getLinkBuilder, getLinks, getLocation, getMediaType, getStatus, getStatusInfo, getStringHeaders, hasEntity, hasLink, setEntity, setEntity, setStatus, setStatusInfo
public ContainerResponseContextImpl(ResponseImpl r, Message m, Class<?> serviceCls, Method invoked)
public Annotation[] getEntityAnnotations()
getEntityAnnotations
in interface javax.ws.rs.container.ContainerResponseContext
public Class<?> getEntityClass()
getEntityClass
in interface javax.ws.rs.container.ContainerResponseContext
public Type getEntityType()
getEntityType
in interface javax.ws.rs.container.ContainerResponseContext
public javax.ws.rs.core.MultivaluedMap<String,Object> getHeaders()
getHeaders
in interface javax.ws.rs.container.ContainerResponseContext
public OutputStream getEntityStream()
getEntityStream
in interface javax.ws.rs.container.ContainerResponseContext
public void setEntityStream(OutputStream os)
setEntityStream
in interface javax.ws.rs.container.ContainerResponseContext
Apache CXF