Uses of Interface
com.sun.jersey.spi.container.ContainerResponseWriter

Packages that use ContainerResponseWriter
com.sun.jersey.server.impl.application   
com.sun.jersey.spi.container Provides support for containers and the web application that manages resource classes. 
 

Uses of ContainerResponseWriter in com.sun.jersey.server.impl.application
 

Methods in com.sun.jersey.server.impl.application with parameters of type ContainerResponseWriter
 void WebApplicationImpl.handleRequest(ContainerRequest request, ContainerResponseWriter responseWriter)
           
 

Uses of ContainerResponseWriter in com.sun.jersey.spi.container
 

Methods in com.sun.jersey.spi.container that return ContainerResponseWriter
 ContainerResponseWriter ContainerResponse.getContainerResponseWriter()
          Get the container response writer.
 ContainerResponseWriter AdaptingContainerResponse.getContainerResponseWriter()
           
 

Methods in com.sun.jersey.spi.container with parameters of type ContainerResponseWriter
 void WebApplication.handleRequest(ContainerRequest request, ContainerResponseWriter responseWriter)
          Handle an HTTP request by dispatching the request to the appropriate matching Web resource that produces the response or otherwise producing the appropriate HTTP error response.
 void ContainerResponse.setContainerResponseWriter(ContainerResponseWriter responseWriter)
          Set the container response writer.
 void AdaptingContainerResponse.setContainerResponseWriter(ContainerResponseWriter responseWriter)
           
 

Constructors in com.sun.jersey.spi.container with parameters of type ContainerResponseWriter
ContainerResponse(WebApplication wa, ContainerRequest request, ContainerResponseWriter responseWriter)
          Instantate a new ContainerResponse.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.