Package org.apache.cxf.jaxrs.client.spec
Class ClientResponseContextImpl
java.lang.Object
org.apache.cxf.jaxrs.impl.AbstractResponseContextImpl
org.apache.cxf.jaxrs.client.spec.ClientResponseContextImpl
- All Implemented Interfaces:
jakarta.ws.rs.client.ClientResponseContext
public class ClientResponseContextImpl
extends org.apache.cxf.jaxrs.impl.AbstractResponseContextImpl
implements jakarta.ws.rs.client.ClientResponseContext
-
Field Summary
Fields inherited from class org.apache.cxf.jaxrs.impl.AbstractResponseContextImpl
m, r -
Constructor Summary
ConstructorsConstructorDescriptionClientResponseContextImpl(org.apache.cxf.jaxrs.impl.ResponseImpl r, org.apache.cxf.message.Message m) -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidMethods 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, 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.client.ClientResponseContext
getAllowedMethods, getCookies, getDate, getEntityTag, getHeaderString, getLanguage, getLastModified, getLength, getLink, getLinkBuilder, getLinks, getLocation, getMediaType, getStatus, getStatusInfo, hasLink, setStatus, setStatusInfo
-
Constructor Details
-
ClientResponseContextImpl
public ClientResponseContextImpl(org.apache.cxf.jaxrs.impl.ResponseImpl r, org.apache.cxf.message.Message m)
-
-
Method Details
-
getEntityStream
- Specified by:
getEntityStreamin interfacejakarta.ws.rs.client.ClientResponseContext
-
getHeaders
- Specified by:
getHeadersin interfacejakarta.ws.rs.client.ClientResponseContext
-
setEntityStream
- Specified by:
setEntityStreamin interfacejakarta.ws.rs.client.ClientResponseContext
-
hasEntity
public boolean hasEntity()- Specified by:
hasEntityin interfacejakarta.ws.rs.client.ClientResponseContext- Overrides:
hasEntityin classorg.apache.cxf.jaxrs.impl.AbstractResponseContextImpl
-