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

Classes that define the contract that a container adaptor must implement in order to host API classes.

See:
          Description

Interface Summary
ContainerProvider<T> Service-provider interface for creating container instances.
ContainerRequest The HTTP request context supplied by the container.
ContainerResponse The HTTP response context supplied by the container.
WebApplication A Web application that manages a set of Web resource.
WebApplicationProvider Service-provider interface for creating Web application instances.
 

Class Summary
WebApplicationFactory A factory for WebApplication instances.
 

Package com.sun.ws.rest.spi.container Description

Classes that define the contract that a container adaptor must implement in order to host API classes.