|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cxf.jaxrs.impl.AbstractResponseContextImpl org.apache.cxf.jaxrs.client.spec.ClientResponseContextImpl
public class ClientResponseContextImpl
Field Summary |
---|
Fields inherited from class org.apache.cxf.jaxrs.impl.AbstractResponseContextImpl |
---|
m, r |
Constructor Summary | |
---|---|
ClientResponseContextImpl(ResponseImpl r,
Message m)
|
Method Summary | |
---|---|
InputStream |
getEntityStream()
|
javax.ws.rs.core.MultivaluedMap<String,String> |
getHeaders()
|
boolean |
hasEntity()
|
void |
setEntityStream(InputStream is)
|
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, 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.client.ClientResponseContext |
---|
getAllowedMethods, getCookies, getDate, getEntityTag, getHeaderString, getLanguage, getLastModified, getLength, getLink, getLinkBuilder, getLinks, getLocation, getMediaType, getStatus, getStatusInfo, hasLink, setStatus, setStatusInfo |
Constructor Detail |
---|
public ClientResponseContextImpl(ResponseImpl r, Message m)
Method Detail |
---|
public InputStream getEntityStream()
getEntityStream
in interface javax.ws.rs.client.ClientResponseContext
public javax.ws.rs.core.MultivaluedMap<String,String> getHeaders()
getHeaders
in interface javax.ws.rs.client.ClientResponseContext
public void setEntityStream(InputStream is)
setEntityStream
in interface javax.ws.rs.client.ClientResponseContext
public boolean hasEntity()
hasEntity
in interface javax.ws.rs.client.ClientResponseContext
hasEntity
in class AbstractResponseContextImpl
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |