Uses of Package
com.sun.ws.rest.spi.container

Packages that use com.sun.ws.rest.spi.container
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.container.servlet   
 

Classes in com.sun.ws.rest.spi.container used by com.sun.ws.rest.spi.container
ContainerListener
          A listener that is registered with a ContainerNotifier to get notified of container related events.
ContainerRequest
          The HTTP request context supplied by the container.
ContainerResponse
          The HTTP response context supplied by the container.
MessageBodyContext
          An injectable context class to obtain a message body reader or writer given a Java type and a media type.
WebApplication
          A Web application that manages a set of Web resource.
 

Classes in com.sun.ws.rest.spi.container used by com.sun.ws.rest.spi.container.servlet
ContainerListener
          A listener that is registered with a ContainerNotifier to get notified of container related events.
WebApplication
          A Web application that manages a set of Web resource.