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
ContainerListener A listener that is registered with a ContainerNotifier to get notified of container related events.
ContainerNotifier A container notifier that is used to register container listeners.
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.
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.
WebApplicationProvider Service-provider interface for creating Web application instances.
 

Class Summary
AbstractContainerRequest An abstract implementation of ContainerRequest.
AbstractContainerResponse An abstract implementation of ContainerResponse.
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.