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.ieft.annotations   
org.jboss.example.jaxrs2.async   
org.jboss.resteasy.cdi   
org.jboss.resteasy.client.core   
org.jboss.resteasy.client.jaxrs.internal   
org.jboss.resteasy.core   
org.jboss.resteasy.core.interception   
org.jboss.resteasy.examples   
org.jboss.resteasy.jsapi   
org.jboss.resteasy.plugins.cache.server   
org.jboss.resteasy.plugins.interceptors   
org.jboss.resteasy.plugins.interceptors.encoding   
org.jboss.resteasy.plugins.providers   
org.jboss.resteasy.plugins.providers.atom   
org.jboss.resteasy.plugins.providers.html   
org.jboss.resteasy.plugins.providers.jackson   
org.jboss.resteasy.plugins.providers.jaxb   
org.jboss.resteasy.plugins.providers.jaxb.fastinfoset   
org.jboss.resteasy.plugins.providers.jaxb.json   
org.jboss.resteasy.plugins.providers.multipart   
org.jboss.resteasy.plugins.providers.validation   
org.jboss.resteasy.plugins.stats   
org.jboss.resteasy.resteasy760   
org.jboss.resteasy.security.doseta   
org.jboss.resteasy.security.smime   
org.jboss.resteasy.skeleton.key.client   
org.jboss.resteasy.skeleton.key.server   
org.jboss.resteasy.specimpl   
org.jboss.resteasy.spi   
org.jboss.resteasy.spi.interception   
org.jboss.resteasy.spi.validation   
org.jboss.resteasy.test.application   
org.jboss.resteasy.test.async   
org.jboss.resteasy.test.smoke   
 

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).
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.ieft.annotations
HttpMethod
          Associates the name of a HTTP method with an annotation.
 

Classes in javax.ws.rs used by org.jboss.example.jaxrs2.async
Consumes
          Defines the media types that the methods of a resource class or MessageBodyReader can accept.
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.
POST
          Indicates that the annotated method responds to HTTP POST requests.
Produces
          Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce.
QueryParam
          Binds the value(s) of a HTTP query parameter to a resource method parameter, resource class field, or resource class bean property.
 

Classes in javax.ws.rs used by org.jboss.resteasy.cdi
WebApplicationException
          Runtime exception for applications.
 

Classes in javax.ws.rs used by org.jboss.resteasy.client.core
MessageProcessingException
          The exception thrown by JAX-RS runtime in case the processing of a message entity failed in a request or response filter.
 

Classes in javax.ws.rs used by org.jboss.resteasy.client.jaxrs.internal
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 org.jboss.resteasy.core
Consumes
          Defines the media types that the methods of a resource class or MessageBodyReader can accept.
DefaultValue
          Defines the default value of request meta-data that is bound using one of the following annotations: PathParam, QueryParam, MatrixParam, CookieParam, FormParam, or HeaderParam.
DELETE
          Indicates that the annotated method responds to HTTP DELETE requests.
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.
POST
          Indicates that the annotated method responds to HTTP POST requests.
QueryParam
          Binds the value(s) of a HTTP query parameter to a resource method parameter, resource class field, or resource class bean property.
WebApplicationException
          Runtime exception for applications.
 

Classes in javax.ws.rs used by org.jboss.resteasy.core.interception
WebApplicationException
          Runtime exception for applications.
 

Classes in javax.ws.rs used by org.jboss.resteasy.examples
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.jboss.resteasy.jsapi
Path
          Identifies the URI path that a resource class or class method will serve requests for.
 

Classes in javax.ws.rs used by org.jboss.resteasy.plugins.cache.server
ConstrainedTo
          Indicates the run-time context in which an annotated JAX-RS provider is applicable.
WebApplicationException
          Runtime exception for applications.
 

Classes in javax.ws.rs used by org.jboss.resteasy.plugins.interceptors
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.jboss.resteasy.plugins.interceptors.encoding
BindingPriority
          Filters and interceptors are grouped in chains for each of the extension points: Pre, PreMatch, Post as well as ReadFrom and WriteTo.
ConstrainedTo
          Indicates the run-time context in which an annotated JAX-RS provider is applicable.
WebApplicationException
          Runtime exception for applications.
 

Classes in javax.ws.rs used by org.jboss.resteasy.plugins.providers
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.
WebApplicationException
          Runtime exception for applications.
 

Classes in javax.ws.rs used by org.jboss.resteasy.plugins.providers.atom
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.
WebApplicationException
          Runtime exception for applications.
 

Classes in javax.ws.rs used by org.jboss.resteasy.plugins.providers.html
DefaultValue
          Defines the default value of request meta-data that is bound using one of the following annotations: PathParam, QueryParam, MatrixParam, CookieParam, FormParam, or HeaderParam.
Encoded
          Disables automatic decoding of parameter values bound using QueryParam, PathParam, FormParam or MatrixParam.
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.
QueryParam
          Binds the value(s) of a HTTP query parameter to a resource method parameter, resource class field, or resource class bean property.
WebApplicationException
          Runtime exception for applications.
 

Classes in javax.ws.rs used by org.jboss.resteasy.plugins.providers.jackson
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.
WebApplicationException
          Runtime exception for applications.
 

Classes in javax.ws.rs used by org.jboss.resteasy.plugins.providers.jaxb
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.
WebApplicationException
          Runtime exception for applications.
 

Classes in javax.ws.rs used by org.jboss.resteasy.plugins.providers.jaxb.fastinfoset
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 org.jboss.resteasy.plugins.providers.jaxb.json
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.
WebApplicationException
          Runtime exception for applications.
 

Classes in javax.ws.rs used by org.jboss.resteasy.plugins.providers.multipart
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.
WebApplicationException
          Runtime exception for applications.
 

Classes in javax.ws.rs used by org.jboss.resteasy.plugins.providers.validation
WebApplicationException
          Runtime exception for applications.
 

Classes in javax.ws.rs used by org.jboss.resteasy.plugins.stats
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.
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.jboss.resteasy.resteasy760
Consumes
          Defines the media types that the methods of a resource class or MessageBodyReader can accept.
Encoded
          Disables automatic decoding of parameter values bound using QueryParam, PathParam, FormParam or MatrixParam.
FormParam
          Binds the value(s) of a form parameter contained within a request entity body to a resource method parameter.
Path
          Identifies the URI path that a resource class or class method will serve requests for.
POST
          Indicates that the annotated method responds to HTTP POST requests.
Produces
          Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce.
PUT
          Indicates that the annotated method responds to HTTP PUT requests.
 

Classes in javax.ws.rs used by org.jboss.resteasy.security.doseta
BindingPriority
          Filters and interceptors are grouped in chains for each of the extension points: Pre, PreMatch, Post as well as ReadFrom and WriteTo.
ConstrainedTo
          Indicates the run-time context in which an annotated JAX-RS provider is applicable.
WebApplicationException
          Runtime exception for applications.
 

Classes in javax.ws.rs used by org.jboss.resteasy.security.smime
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.
WebApplicationException
          Runtime exception for applications.
 

Classes in javax.ws.rs used by org.jboss.resteasy.skeleton.key.client
Consumes
          Defines the media types that the methods of a resource class or MessageBodyReader can accept.
DELETE
          Indicates that the annotated method responds to HTTP DELETE requests.
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.
POST
          Indicates that the annotated method responds to HTTP POST requests.
Produces
          Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce.
PUT
          Indicates that the annotated method responds to HTTP PUT requests.
QueryParam
          Binds the value(s) of a HTTP query parameter to a resource method parameter, resource class field, or resource class bean property.
 

Classes in javax.ws.rs used by org.jboss.resteasy.skeleton.key.server
Consumes
          Defines the media types that the methods of a resource class or MessageBodyReader can accept.
DELETE
          Indicates that the annotated method responds to HTTP DELETE requests.
GET
          Indicates that the annotated method responds to HTTP GET requests.
NotFoundException
          A runtime exception indicating a resource requested by a client was not found on the server.
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.
POST
          Indicates that the annotated method responds to HTTP POST requests.
Produces
          Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce.
PUT
          Indicates that the annotated method responds to HTTP PUT requests.
QueryParam
          Binds the value(s) of a HTTP query parameter to a resource method parameter, resource class field, or resource class bean property.
 

Classes in javax.ws.rs used by org.jboss.resteasy.specimpl
MessageProcessingException
          The exception thrown by JAX-RS runtime in case the processing of a message entity failed in a request or response filter.
 

Classes in javax.ws.rs used by org.jboss.resteasy.spi
WebApplicationException
          Runtime exception for applications.
 

Classes in javax.ws.rs used by org.jboss.resteasy.spi.interception
WebApplicationException
          Runtime exception for applications.
 

Classes in javax.ws.rs used by org.jboss.resteasy.spi.validation
WebApplicationException
          Runtime exception for applications.
 

Classes in javax.ws.rs used by org.jboss.resteasy.test.application
Consumes
          Defines the media types that the methods of a resource class or MessageBodyReader can accept.
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.
POST
          Indicates that the annotated method responds to HTTP POST requests.
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.jboss.resteasy.test.async
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.
Produces
          Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce.
PUT
          Indicates that the annotated method responds to HTTP PUT requests.
 

Classes in javax.ws.rs used by org.jboss.resteasy.test.smoke
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.
 



Copyright © 2012. All Rights Reserved.