Uses of Package
javax.ws.rs

Packages that use javax.ws.rs
com.sun.jersey.api Provides support for responses and exceptions. 
com.sun.jersey.api.core Provides support for configuration. 
com.sun.jersey.core.header Provides support for HTTP headers. 
com.sun.jersey.spi.container Provides support for containers and the web application that manages resource classes. 
javax.ws.rs High-level interfaces and annotations used to create RESTful service resources. 
javax.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. 
javax.ws.rs.ext APIs that provide extensions to the types supported by the JAX-RS API. 
 

Classes in javax.ws.rs used by com.sun.jersey.api
WebApplicationException
          Runtime exception for applications.
 

Classes in javax.ws.rs used by com.sun.jersey.api.core
WebApplicationException
          Runtime exception for applications.
 

Classes in javax.ws.rs used by com.sun.jersey.core.header
Consumes
          Defines the media types that the methods of a resource class or MessageBodyReader can accept.
Produces
          Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce.
 

Classes in javax.ws.rs used by com.sun.jersey.spi.container
WebApplicationException
          Runtime exception for applications.
 

Classes in javax.ws.rs used by javax.ws.rs
HttpMethod
          Associates the name of a HTTP method with an annotation.
 

Classes in javax.ws.rs used by javax.ws.rs.core
WebApplicationException
          Runtime exception for applications.
 

Classes in javax.ws.rs used by javax.ws.rs.ext
WebApplicationException
          Runtime exception for applications.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.