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
  • Constructor Details

    • ContainerResponseContextImpl

      public ContainerResponseContextImpl(ResponseImpl r, org.apache.cxf.message.Message m, Class<?> serviceCls, Method invoked)
  • Method Details

    • getEntityAnnotations

      public Annotation[] getEntityAnnotations()
      Specified by:
      getEntityAnnotations in interface jakarta.ws.rs.container.ContainerResponseContext
    • getEntityClass

      public Class<?> getEntityClass()
      Specified by:
      getEntityClass in interface jakarta.ws.rs.container.ContainerResponseContext
    • getEntityType

      public Type getEntityType()
      Specified by:
      getEntityType in interface jakarta.ws.rs.container.ContainerResponseContext
    • getHeaders

      public jakarta.ws.rs.core.MultivaluedMap<String,Object> getHeaders()
      Specified by:
      getHeaders in interface jakarta.ws.rs.container.ContainerResponseContext
    • getEntityStream

      public OutputStream getEntityStream()
      Specified by:
      getEntityStream in interface jakarta.ws.rs.container.ContainerResponseContext
    • setEntityStream

      public void setEntityStream(OutputStream os)
      Specified by:
      setEntityStream in interface jakarta.ws.rs.container.ContainerResponseContext