com.sun.ws.rest.spi.container
Interface ContainerResponse

All Superinterfaces:
HttpResponseContext
All Known Implementing Classes:
AbstractContainerResponse

public interface ContainerResponse
extends HttpResponseContext

The HTTP response context supplied by the container.

This interface is a place for holder for any container specific HTTP response functionality that may be required in the future.


Method Summary
 
Methods inherited from interface com.sun.ws.rest.api.core.HttpResponseContext
getEntity, getHttpHeaders, getOutputStream, getStatus, isCommitted, isResponseSet, setEntity, setResponse, setResponse, setStatus