Uses of Package
javax.ws.rs

Packages that use javax.ws.rs
javax.ws.rs High-level interfaces and annotations used to create RESTful service resources. 
javax.ws.rs.client The JAX-RS client API 
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. 
org.glassfish.jersey.client Jersey client-side classes. 
org.glassfish.jersey.filter Jersey Request & Response Filtering support & utility classes. 
org.glassfish.jersey.message Common Jersey messaging classes. 
org.glassfish.jersey.message.internal Common Jersey internal messaging classes. 
org.glassfish.jersey.server Jersey server-side classes. 
org.glassfish.jersey.server.filter Provides core server filters. 
org.glassfish.jersey.server.internal Jersey server-side internal classes. 
org.glassfish.jersey.server.model Jersey server-side application & resource modeling classes. 
org.glassfish.jersey.server.wadl.internal   
org.glassfish.jersey.spi Common Jersey service provider contract (SPI) classes. 
 

Classes in javax.ws.rs used by javax.ws.rs
ClientErrorException
          A base runtime application exception indicating a client request error (HTTP 4xx status codes).
ConstrainedTo.Type
          Enumeration of applicable JAX-RS provider constraint types.
HttpMethod
          Associates the name of a HTTP method with an annotation.
ServerErrorException
          A base runtime application exception indicating a server error (HTTP 5xx status codes).
ValidationError
          Provides additional information about a validation error.
WebApplicationException
          Runtime exception for applications.
 

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

Classes in javax.ws.rs used by javax.ws.rs.core
MessageProcessingException
          The exception thrown by JAX-RS runtime in case the processing of a message entity failed in a request or response filter.
WebApplicationException
          Runtime exception for applications.
 

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

Classes in javax.ws.rs used by org.glassfish.jersey.client
WebApplicationException
          Runtime exception for applications.
 

Classes in javax.ws.rs used by org.glassfish.jersey.filter
BindingPriority
          Filters and interceptors are grouped in chains for each of the extension points: Pre, PreMatch, Post as well as ReadFrom and WriteTo.
WebApplicationException
          Runtime exception for applications.
 

Classes in javax.ws.rs used by org.glassfish.jersey.message
WebApplicationException
          Runtime exception for applications.
 

Classes in javax.ws.rs used by org.glassfish.jersey.message.internal
BindingPriority
          Filters and interceptors are grouped in chains for each of the extension points: Pre, PreMatch, Post as well as ReadFrom and WriteTo.
Consumes
          Defines the media types that the methods of a resource class or MessageBodyReader can accept.
MessageProcessingException
          The exception thrown by JAX-RS runtime in case the processing of a message entity failed in a request or response filter.
Produces
          Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce.
WebApplicationException
          Runtime exception for applications.
 

Classes in javax.ws.rs used by org.glassfish.jersey.server
WebApplicationException
          Runtime exception for applications.
 

Classes in javax.ws.rs used by org.glassfish.jersey.server.filter
BindingPriority
          Filters and interceptors are grouped in chains for each of the extension points: Pre, PreMatch, Post as well as ReadFrom and WriteTo.
 

Classes in javax.ws.rs used by org.glassfish.jersey.server.internal
BindingPriority
          Filters and interceptors are grouped in chains for each of the extension points: Pre, PreMatch, Post as well as ReadFrom and WriteTo.
WebApplicationException
          Runtime exception for applications.
 

Classes in javax.ws.rs used by org.glassfish.jersey.server.model
Path
          Identifies the URI path that a resource class or class method will serve requests for.
 

Classes in javax.ws.rs used by org.glassfish.jersey.server.wadl.internal
GET
          Indicates that the annotated method responds to HTTP GET requests.
Path
          Identifies the URI path that a resource class or class method will serve requests for.
PathParam
          Binds the value of a URI template parameter or a path segment containing the template parameter to a resource method parameter, resource class field, or resource class bean property.
Produces
          Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce.
 

Classes in javax.ws.rs used by org.glassfish.jersey.spi
BindingPriority
          Filters and interceptors are grouped in chains for each of the extension points: Pre, PreMatch, Post as well as ReadFrom and WriteTo.
WebApplicationException
          Runtime exception for applications.
 



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