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:
jakarta.ws.rs.container.ContainerResponseContext
public class ContainerResponseContextImpl
extends AbstractResponseContextImpl
implements jakarta.ws.rs.container.ContainerResponseContext
-
Field Summary
Fields inherited from class org.apache.cxf.jaxrs.impl.AbstractResponseContextImpl
m, r -
Constructor Summary
ConstructorsConstructorDescriptionContainerResponseContextImpl(ResponseImpl r, org.apache.cxf.message.Message m, Class<?> serviceCls, Method invoked) -
Method Summary
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, setStatusInfoMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.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 Details
-
ContainerResponseContextImpl
public ContainerResponseContextImpl(ResponseImpl r, org.apache.cxf.message.Message m, Class<?> serviceCls, Method invoked)
-
-
Method Details
-
getEntityAnnotations
- Specified by:
getEntityAnnotationsin interfacejakarta.ws.rs.container.ContainerResponseContext
-
getEntityClass
- Specified by:
getEntityClassin interfacejakarta.ws.rs.container.ContainerResponseContext
-
getEntityType
- Specified by:
getEntityTypein interfacejakarta.ws.rs.container.ContainerResponseContext
-
getHeaders
- Specified by:
getHeadersin interfacejakarta.ws.rs.container.ContainerResponseContext
-
getEntityStream
- Specified by:
getEntityStreamin interfacejakarta.ws.rs.container.ContainerResponseContext
-
setEntityStream
- Specified by:
setEntityStreamin interfacejakarta.ws.rs.container.ContainerResponseContext
-