Package com.sun.jersey.spi.container

Provides support for containers and the web application that manages resource 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.
ContainerRequestFilter A filter for filtering a requests before the request is dispatched to a root resource class.
ContainerResponseFilter A filter for filtering a response after the response is returned from a resource class and before the response is written to the container.
ContainerResponseWriter Containers implement this interface and provide an instance to the WebApplication or ContainerResponse.
WebApplication A Web application that manages a set of resource classes.
WebApplicationProvider Service-provider interface for creating Web application instances.
 

Class Summary
ContainerRequest An in-bound HTTP request to be processed by the web application.
ContainerResponse An out-bound HTTP response to be processed by the web application.
WebApplicationFactory A factory for WebApplication instances.
 

Package com.sun.jersey.spi.container Description

Provides support for containers and the web application that manages resource classes.



Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.