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. 
 

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.
 



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