Uses of Package
javax.ws.rs.core

Packages that use javax.ws.rs.core
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.core used by javax.ws.rs
Response
          Defines the contract between a returned instance and the runtime when an application needs to provide metadata to the runtime.
Response.Status
          Commonly used status codes defined by HTTP, see HTTP/1.1 documentation for the complete list.
 

Classes in javax.ws.rs.core used by javax.ws.rs.client
CacheControl
          An abstraction for the value of a HTTP Cache-Control response header.
Cookie
          Represents the value of a HTTP cookie, transferred in a request.
Form
          Represents the the HTML form data request entity encoded using the "application/x-www-form-urlencoded" content type.
Link
          Class representing hypermedia links.
MediaType
          An abstraction for a media type.
MultivaluedMap
          A map of key-values pairs.
RequestHeaders
          An injectable interface that provides access to HTTP request header information.
Response
          Defines the contract between a returned instance and the runtime when an application needs to provide metadata to the runtime.
TypeLiteral
          Supports in-line instantiation of objects that represent parameterized types with actual type parameters.
UriBuilder
          URI template aware utility class for building URIs from their components.
Variant
          Abstraction for a resource representation variant.
 

Classes in javax.ws.rs.core used by javax.ws.rs.core
CacheControl
          An abstraction for the value of a HTTP Cache-Control response header.
Cookie
          Represents the value of a HTTP cookie, transferred in a request.
EntityTag
          An abstraction for the value of a HTTP Entity Tag, used as the value of an ETag response header.
Form
          Represents the the HTML form data request entity encoded using the "application/x-www-form-urlencoded" content type.
Link
          Class representing hypermedia links.
Link.Builder
          Builder class for hypermedia links.
Link.JaxbLink
          Value type for Link that can be marshalled and unmarshalled by JAXB.
MediaType
          An abstraction for a media type.
MessageProcessingException
          TODO javadoc.
MultivaluedMap
          A map of key-values pairs.
NewCookie
          Used to create a new HTTP cookie, transferred in a response.
PathSegment
          Represents a URI path segment and any associated matrix parameters.
Request
          An injectable helper for request processing, all methods throw an IllegalStateException if called outside the scope of a request (e.g.
Request.RequestBuilder
          An interface used to build Request instances, typically used in JAX-RS filters.
RequestHeaders
          An injectable interface that provides access to HTTP request header information.
Response
          Defines the contract between a returned instance and the runtime when an application needs to provide metadata to the runtime.
Response.ResponseBuilder
          A class used to build Response instances that contain metadata instead of or in addition to an entity.
Response.Status
          Commonly used status codes defined by HTTP, see HTTP/1.1 documentation for the complete list.
Response.Status.Family
          An enumeration representing the class of status code.
Response.StatusType
          Base interface for statuses used in responses.
ResponseHeaders
          An injectable interface that provides access to HTTP response header information.
TypeLiteral
          Supports in-line instantiation of objects that represent parameterized types with actual type parameters.
UriBuilder
          URI template aware utility class for building URIs from their components.
UriBuilderException
          A runtime exception thrown by UriBuilder.build(Object...) methods when a URI cannot be constructed based on the current state of the builder.
Variant
          Abstraction for a resource representation variant.
Variant.VariantListBuilder
          A builder for a list of representation variants.
 

Classes in javax.ws.rs.core used by javax.ws.rs.ext
Application
          Defines the components of a JAX-RS application and supplies additional metadata.
MediaType
          An abstraction for a media type.
MultivaluedMap
          A map of key-values pairs.
Request
          An injectable helper for request processing, all methods throw an IllegalStateException if called outside the scope of a request (e.g.
Request.RequestBuilder
          An interface used to build Request instances, typically used in JAX-RS filters.
Response
          Defines the contract between a returned instance and the runtime when an application needs to provide metadata to the runtime.
Response.ResponseBuilder
          A class used to build Response instances that contain metadata instead of or in addition to an entity.
UriBuilder
          URI template aware utility class for building URIs from their components.
Variant.VariantListBuilder
          A builder for a list of representation variants.
 



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