Class AbstractResponseContextImpl

java.lang.Object
org.apache.cxf.jaxrs.impl.AbstractResponseContextImpl
Direct Known Subclasses:
ContainerResponseContextImpl

public abstract class AbstractResponseContextImpl extends Object
  • Field Details

    • m

      protected org.apache.cxf.message.Message m
    • r

      protected ResponseImpl r
  • Constructor Details

    • AbstractResponseContextImpl

      public AbstractResponseContextImpl(ResponseImpl r, org.apache.cxf.message.Message m)
  • Method Details

    • getAllowedMethods

      public Set<String> getAllowedMethods()
    • getCookies

      public Map<String,jakarta.ws.rs.core.NewCookie> getCookies()
    • getDate

      public Date getDate()
    • getEntity

      public Object getEntity()
    • getEntityTag

      public jakarta.ws.rs.core.EntityTag getEntityTag()
    • getHeaderString

      public String getHeaderString(String name)
    • getLanguage

      public Locale getLanguage()
    • getLastModified

      public Date getLastModified()
    • getLength

      public int getLength()
    • getLink

      public jakarta.ws.rs.core.Link getLink(String rel)
    • getLinkBuilder

      public jakarta.ws.rs.core.Link.Builder getLinkBuilder(String rel)
    • getLinks

      public Set<jakarta.ws.rs.core.Link> getLinks()
    • getLocation

      public URI getLocation()
    • getMediaType

      public jakarta.ws.rs.core.MediaType getMediaType()
    • getStatus

      public int getStatus()
    • getStatusInfo

      public jakarta.ws.rs.core.Response.StatusType getStatusInfo()
    • getStringHeaders

      public jakarta.ws.rs.core.MultivaluedMap<String,String> getStringHeaders()
    • hasEntity

      public boolean hasEntity()
    • hasLink

      public boolean hasLink(String rel)
    • setEntity

      public void setEntity(Object entity, Annotation[] anns, jakarta.ws.rs.core.MediaType mt)
    • setEntity

      public void setEntity(Object entity)
    • getResponseEntityAnnotations

      protected Annotation[] getResponseEntityAnnotations()
    • setStatus

      public void setStatus(int status)
    • setStatusInfo

      public void setStatusInfo(jakarta.ws.rs.core.Response.StatusType status)