Uses of Interface
com.sun.ws.rest.api.core.HttpResponseContext

Packages that use HttpResponseContext
com.sun.ws.rest.api.core Low-level interfaces and annotations used to create RESTful service resources. 
com.sun.ws.rest.spi.container Classes that define the contract that a container adaptor must implement in order to host API classes. 
com.sun.ws.rest.spi.dispatch   
 

Uses of HttpResponseContext in com.sun.ws.rest.api.core
 

Methods in com.sun.ws.rest.api.core that return HttpResponseContext
 HttpResponseContext HttpContextAccess.getHttpResponseContext()
          Get the HTTP response information.
 

Uses of HttpResponseContext in com.sun.ws.rest.spi.container
 

Subinterfaces of HttpResponseContext in com.sun.ws.rest.spi.container
 interface ContainerResponse
          The HTTP response context supplied by the container.
 

Classes in com.sun.ws.rest.spi.container that implement HttpResponseContext
 class AbstractContainerResponse
          An abstract implementation of ContainerResponse.
 

Uses of HttpResponseContext in com.sun.ws.rest.spi.dispatch
 

Methods in com.sun.ws.rest.spi.dispatch with parameters of type HttpResponseContext
 void RequestDispatcher.dispatch(java.lang.Object resource, HttpRequestContext requestContext, HttpResponseContext responseContext)