|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cxf.jaxrs.impl.AbstractResponseContextImpl org.apache.cxf.jaxrs.impl.ContainerResponseContextImpl
public class ContainerResponseContextImpl
Field Summary |
---|
Fields inherited from class org.apache.cxf.jaxrs.impl.AbstractResponseContextImpl |
---|
m, r |
Constructor Summary | |
---|---|
ContainerResponseContextImpl(ResponseImpl r,
Message m,
Class<?> serviceCls,
Method invoked)
|
Method Summary | |
---|---|
Annotation[] |
getEntityAnnotations()
|
Class<?> |
getEntityClass()
|
OutputStream |
getEntityStream()
|
Type |
getEntityType()
|
javax.ws.rs.core.MultivaluedMap<String,Object> |
getHeaders()
|
void |
setEntityStream(OutputStream os)
|
Methods inherited from class org.apache.cxf.jaxrs.impl.AbstractResponseContextImpl |
---|
getAllowedMethods, getCookies, getDate, getEntity, getEntityTag, getHeaderString, getLanguage, getLastModified, getLength, getLink, getLinkBuilder, getLinks, getLocation, getMediaType, getResponseEntityAnnotations, getStatus, getStatusInfo, getStringHeaders, hasEntity, hasLink, setEntity, setEntity, setStatus, setStatusInfo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.ws.rs.container.ContainerResponseContext |
---|
getAllowedMethods, getCookies, getDate, getEntity, getEntityTag, getHeaderString, getLanguage, getLastModified, getLength, getLink, getLinkBuilder, getLinks, getLocation, getMediaType, getStatus, getStatusInfo, getStringHeaders, hasEntity, hasLink, setEntity, setEntity, setStatus, setStatusInfo |
Constructor Detail |
---|
public ContainerResponseContextImpl(ResponseImpl r, Message m, Class<?> serviceCls, Method invoked)
Method Detail |
---|
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 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |