Apache CXF API

Uses of Class
org.apache.cxf.jaxrs.impl.ResponseImpl

Packages that use ResponseImpl
org.apache.cxf.jaxrs.client.spec   
org.apache.cxf.jaxrs.impl   
org.apache.cxf.jaxrs.utils   
 

Uses of ResponseImpl in org.apache.cxf.jaxrs.client.spec
 

Constructors in org.apache.cxf.jaxrs.client.spec with parameters of type ResponseImpl
ClientResponseContextImpl(ResponseImpl r, Message m)
           
 

Uses of ResponseImpl in org.apache.cxf.jaxrs.impl
 

Fields in org.apache.cxf.jaxrs.impl declared as ResponseImpl
protected  ResponseImpl AbstractResponseContextImpl.r
           
 

Constructors in org.apache.cxf.jaxrs.impl with parameters of type ResponseImpl
AbstractResponseContextImpl(ResponseImpl r, Message m)
           
ContainerResponseContextImpl(ResponseImpl r, Message m, Class<?> serviceCls, Method invoked)
           
 

Uses of ResponseImpl in org.apache.cxf.jaxrs.utils
 

Methods in org.apache.cxf.jaxrs.utils with parameters of type ResponseImpl
static void JAXRSUtils.runContainerResponseFilters(ServerProviderFactory pf, ResponseImpl r, Message m, OperationResourceInfo ori, Method invoked)
           
 


Apache CXF API

Apache CXF