Uses of Package
javax.ws.rs

Packages that use javax.ws.rs
com.restfully.shop.services   
com.sun.jersey.api Provides support for responses and exceptions. 
com.sun.jersey.api.core Provides support for configuration. 
com.sun.jersey.atom.abdera.impl.provider.entity JAX-RS AtomPub Provider Classes 
com.sun.jersey.core.header Provides support for HTTP headers. 
com.sun.jersey.core.impl.provider.entity   
com.sun.jersey.fastinfoset.impl.provider.entity   
com.sun.jersey.json.impl.provider.entity   
com.sun.jersey.multipart.impl   
com.sun.jersey.oauth.server.api.resources   
com.sun.jersey.osgi.rdtestbundle   
com.sun.jersey.server.impl.cdi   
com.sun.jersey.server.impl.model   
com.sun.jersey.server.impl.model.parameter   
com.sun.jersey.server.impl.wadl   
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. 
org.ieft.annotations   
 

Classes in javax.ws.rs used by com.restfully.shop.services
Consumes
          Defines the media types that the methods of a resource class or MessageBodyReader can accept.
DefaultValue
          Defines the default value of request metadata that is bound using one of the following annotations: PathParam, QueryParam, MatrixParam, CookieParam, FormParam, or HeaderParam.
GET
          Indicates that the annotated method responds to HTTP GET requests
HEAD
          Indicates that the annotated method responds to HTTP HEAD requests
MatrixParam
          Binds the value(s) of a URI matrix parameter to a resource method parameter, resource class field, or resource class bean property.
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.
WebApplicationException
          Runtime exception for applications.
 

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.atom.abdera.impl.provider.entity
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 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.core.impl.provider.entity
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 com.sun.jersey.fastinfoset.impl.provider.entity
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.json.impl.provider.entity
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 com.sun.jersey.multipart.impl
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 com.sun.jersey.oauth.server.api.resources
Consumes
          Defines the media types that the methods of a resource class or MessageBodyReader can accept.
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 com.sun.jersey.osgi.rdtestbundle
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.
 

Classes in javax.ws.rs used by com.sun.jersey.server.impl.cdi
DefaultValue
          Defines the default value of request metadata that is bound using one of the following annotations: PathParam, QueryParam, MatrixParam, CookieParam, FormParam, or HeaderParam.
 

Classes in javax.ws.rs used by com.sun.jersey.server.impl.model
Consumes
          Defines the media types that the methods of a resource class or MessageBodyReader can accept.
HttpMethod
          Associates the name of a HTTP method with an annotation.
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.server.impl.model.parameter
CookieParam
          Binds the value of a HTTP cookie to a resource method parameter, resource class field, or resource class bean property.
FormParam
          Binds the value(s) of a form parameter contained within a request entity body to a resource method parameter.
HeaderParam
          Binds the value(s) of a HTTP header to a resource method parameter, resource class field, or resource class bean property.
MatrixParam
          Binds the value(s) of a URI matrix parameter to a resource method parameter, resource class field, or resource class bean property.
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.
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 com.sun.jersey.server.impl.wadl
GET
          Indicates that the annotated method responds to HTTP GET 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 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.
 

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



Copyright © 2013 Oracle Corporation. All Rights Reserved.