Package com.sun.jersey.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.
ContainerResponseWriter Containers implement this interface and provide an instance to the WebApplication or ContainerResponse.
ExtendedMessageBodyWorkers  
WebApplication A Web application that manages a set of Web resource.
WebApplicationProvider Service-provider interface for creating Web application instances.
 

Class Summary
ContainerRequest Containers instantiate, or inherit, and provide an instance to the WebApplication.
ContainerResponse Containers instantiate, or inherit, and provide an instance to the WebApplication.
InBoundHeaders Containers instantiate, populate with request headers/values, and provide the instance to the ContainerRequest.
WebApplicationFactory A factory for WebApplication instances.
 

Package com.sun.jersey.spi.container Description

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