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, setStatusInfoclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAllowedMethods, getCookies, getDate, getEntity, getEntityTag, getHeaderString, getLanguage, getLastModified, getLength, getLink, getLinkBuilder, getLinks, getLocation, getMediaType, getStatus, getStatusInfo, getStringHeaders, hasEntity, hasLink, setEntity, setEntity, setStatus, setStatusInfopublic ContainerResponseContextImpl(ResponseImpl r, Message m, Class<?> serviceCls, Method invoked)
public Annotation[] getEntityAnnotations()
getEntityAnnotations in interface javax.ws.rs.container.ContainerResponseContextpublic Class<?> getEntityClass()
getEntityClass in interface javax.ws.rs.container.ContainerResponseContextpublic Type getEntityType()
getEntityType in interface javax.ws.rs.container.ContainerResponseContextpublic javax.ws.rs.core.MultivaluedMap<String,Object> getHeaders()
getHeaders in interface javax.ws.rs.container.ContainerResponseContextpublic OutputStream getEntityStream()
getEntityStream in interface javax.ws.rs.container.ContainerResponseContextpublic void setEntityStream(OutputStream os)
setEntityStream in interface javax.ws.rs.container.ContainerResponseContextApache CXF