Package org.glassfish.jersey.server

Jersey server-side classes.

See:
          Description

Interface Summary
Application.Builder Jersey application builder that provides programmatic API for creating server-side JAX-RS / Jersey applications.
Application.Builder.BoundBuilder Represents a supported resource path to which new resource methods and sub-resource locators can be attached.
Application.Builder.ResourceMethodBuilder Application builder used for binding a new resource method to an Inflector<Request, Response> responsible for processing requests targeted at the bound path and the particular method(s).
ResourceConfig.Builder ResourceConfig builder.
ResourceFinder An interface used for finding and opening (loading) new resources.
 

Class Summary
Application Jersey server-side application.
ContainerFactory Factory for creating specific HTTP-based containers.
ResourceConfig The resource configuration for configuring a web application.
ServerModule  
ServerProperties Jersey server-side configuration properties.
 

Exception Summary
ContainerException Exception thrown by the container components in to notify Jersey runtime about any errors.
ParamException An abstract extension of WebApplicationException for the class of parameter-based exceptions.
ParamException.CookieParamException A parameter exception for errors with CookieParam.
ParamException.FormParamException A parameter exception for errors with FormParam.
ParamException.HeaderParamException A parameter exception for errors with HeaderParam.
ParamException.MatrixParamException A URI-parameter-based exception for errors with MatrixParam.
ParamException.PathParamException A URI-parameter-based exception for errors with PathParam.
ParamException.QueryParamException A URI-parameter-based exception for errors with QueryParam.
ParamException.URIParamException An abstract parameter exception for the class of URI-parameter-based exceptions.
 

Package org.glassfish.jersey.server Description

Jersey server-side classes.



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.