Package org.apache.cxf.jaxrs.impl
Class ContainerResponseContextImpl
- java.lang.Object
-
- org.apache.cxf.jaxrs.impl.AbstractResponseContextImpl
-
- org.apache.cxf.jaxrs.impl.ContainerResponseContextImpl
-
- All Implemented Interfaces:
javax.ws.rs.container.ContainerResponseContext
public class ContainerResponseContextImpl extends AbstractResponseContextImpl implements javax.ws.rs.container.ContainerResponseContext
-
-
Field Summary
-
Fields inherited from class org.apache.cxf.jaxrs.impl.AbstractResponseContextImpl
m, r
-
-
Constructor Summary
Constructors Constructor Description ContainerResponseContextImpl(ResponseImpl r, org.apache.cxf.message.Message m, Class<?> serviceCls, Method invoked)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Annotation[]getEntityAnnotations()Class<?>getEntityClass()OutputStreamgetEntityStream()TypegetEntityType()javax.ws.rs.core.MultivaluedMap<String,Object>getHeaders()voidsetEntityStream(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
-
ContainerResponseContextImpl
public ContainerResponseContextImpl(ResponseImpl r, org.apache.cxf.message.Message m, Class<?> serviceCls, Method invoked)
-
-
Method Detail
-
getEntityAnnotations
public Annotation[] getEntityAnnotations()
- Specified by:
getEntityAnnotationsin interfacejavax.ws.rs.container.ContainerResponseContext
-
getEntityClass
public Class<?> getEntityClass()
- Specified by:
getEntityClassin interfacejavax.ws.rs.container.ContainerResponseContext
-
getEntityType
public Type getEntityType()
- Specified by:
getEntityTypein interfacejavax.ws.rs.container.ContainerResponseContext
-
getHeaders
public javax.ws.rs.core.MultivaluedMap<String,Object> getHeaders()
- Specified by:
getHeadersin interfacejavax.ws.rs.container.ContainerResponseContext
-
getEntityStream
public OutputStream getEntityStream()
- Specified by:
getEntityStreamin interfacejavax.ws.rs.container.ContainerResponseContext
-
setEntityStream
public void setEntityStream(OutputStream os)
- Specified by:
setEntityStreamin interfacejavax.ws.rs.container.ContainerResponseContext
-
-