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.container Container-specific JAX-RS 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.jboss.example.jaxrs2.async   
org.jboss.resteasy.cdi.asynch This package (along with @see org.jboss.resteasy.test.cdi.asynch) tests JAX-RS and EJB asynchronous processing. 
org.jboss.resteasy.cdi.decorators This package (along with @see org.jboss.resteasy.test.cdi.decorators) tests the application of CDI decorators to: *) ContainerRequestFilter *) ContainerResponseFilter *) ReaderInterceptor *) MessageBodyReader *) WriterInterceptor *) MessageBodyWriter *) Resources 
org.jboss.resteasy.cdi.ejb This package (along with @see org.jboss.resteasy.test.cdi.ejb) tests EJBs used as JAX-RS components. 
org.jboss.resteasy.cdi.events This package (along with @see org.jboss.resteasy.test.cdi.events) tests CDI event processing with JAX-RS components. 
org.jboss.resteasy.cdi.extension.bean This package (along with @see org.jboss.resteasy.test.cdi.extension.bean) introduces an application defined implementation of javax.enterprise.inject.spi.Bean. 
org.jboss.resteasy.cdi.extension.scope This package (along with @see org.jboss.resteasy.test.cdi.extension.scope) introduces an application defined scope. 
org.jboss.resteasy.cdi.generic This package (along with @see org.jboss.resteasy.test.cdi.generic) tests injection with parameterized required types and/or parameterized bean types. 
org.jboss.resteasy.cdi.inheritence This package (along with @see org.jboss.resteasy.test.cdi.inheritence) tests alternatives, alternative stereotypes, and specialization. 
org.jboss.resteasy.cdi.injection This package (along with @see org.jboss.resteasy.test.cdi.injection) tests injection into JAX-RS components. 
org.jboss.resteasy.cdi.injection.reverse This package (along with @see org.jboss.resteasy.test.cdi.injection.reverse) tests injection of JAX-RS components into EJBs. 
org.jboss.resteasy.cdi.interceptors This package (along with @see org.jboss.resteasy.test.cdi.interceptors) tests the application of interceptors to: *) ContainerRequestFilter *) ContainerResponseFilter *) ReaderInterceptor *) MessageBodyReader *) WriterInterceptor *) MessageBodyWriter *) Resources There are class level interceptors and method level interceptors. 
org.jboss.resteasy.cdi.modules This package (along with @see org.jboss.resteasy.test.cdi.modules) tests injection of beans into JAX-RS resources across various jar, ejb-jar, war, and ear boundaries. 
org.jboss.resteasy.cdi.util   
org.jboss.resteasy.cdi.validation This package (along with @see org.jboss.resteasy.test.cdi.validation) tests the application of validation (@see JSR 303: Bean Validation) to JAX-RS resources. 
org.jboss.resteasy.client   
org.jboss.resteasy.client.cache   
org.jboss.resteasy.client.core   
org.jboss.resteasy.client.core.executors   
org.jboss.resteasy.client.core.extractors   
org.jboss.resteasy.client.core.marshallers   
org.jboss.resteasy.client.jaxrs   
org.jboss.resteasy.client.jaxrs.cache   
org.jboss.resteasy.client.jaxrs.internal   
org.jboss.resteasy.client.jaxrs.internal.proxy.processors   
org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation   
org.jboss.resteasy.core   
org.jboss.resteasy.core.interception   
org.jboss.resteasy.core.messagebody   
org.jboss.resteasy.core.request   
org.jboss.resteasy.example.oauth   
org.jboss.resteasy.examples   
org.jboss.resteasy.jose.jws   
org.jboss.resteasy.keystone.client   
org.jboss.resteasy.keystone.model   
org.jboss.resteasy.keystone.server   
org.jboss.resteasy.links.impl   
org.jboss.resteasy.mock   
org.jboss.resteasy.plugins.cache.server   
org.jboss.resteasy.plugins.delegates   
org.jboss.resteasy.plugins.guice.ext   
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.json   
org.jboss.resteasy.plugins.providers.multipart   
org.jboss.resteasy.plugins.providers.validation   
org.jboss.resteasy.plugins.server   
org.jboss.resteasy.plugins.server.netty   
org.jboss.resteasy.plugins.server.servlet   
org.jboss.resteasy.plugins.server.sun.http   
org.jboss.resteasy.resteasy760   
org.jboss.resteasy.security.doseta   
org.jboss.resteasy.security.smime   
org.jboss.resteasy.skeleton.key   
org.jboss.resteasy.skeleton.key.idm.service   
org.jboss.resteasy.skeleton.key.jaxrs   
org.jboss.resteasy.skeleton.key.representations   
org.jboss.resteasy.specimpl   
org.jboss.resteasy.spi   
org.jboss.resteasy.spi.interception   
org.jboss.resteasy.springmvc   
org.jboss.resteasy.test.application   
org.jboss.resteasy.test.async   
org.jboss.resteasy.test.smoke   
org.jboss.resteasy.util   
 

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 meta-data 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.
Configurable
          A configurable JAX-RS runtime context.
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.
GenericType
          Represents a generic message entity type T.
Link
          Class representing hypermedia links.
Link.Builder
          Builder class for hypermedia links.
MediaType
          An abstraction for a media type.
MultivaluedMap
          A map of key-values pairs.
NewCookie
          Used to create a new HTTP cookie, transferred in a response.
Response
          Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime.
Response.StatusType
          Base interface for statuses used in responses.
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.container
Configurable
          A configurable JAX-RS runtime context.
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.
Link
          Class representing hypermedia links.
Link.Builder
          Builder class for hypermedia links.
MediaType
          An abstraction for a media type.
MultivaluedMap
          A map of key-values pairs.
NewCookie
          Used to create a new HTTP cookie, transferred in a response.
Request
          An injectable helper for request processing, all methods throw an IllegalStateException if called outside the scope of a request (e.g.
Response
          Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime.
Response.StatusType
          Base interface for statuses used in responses.
SecurityContext
          An injectable interface that provides access to security related information.
UriInfo
          An injectable interface that provides access to application and request URI information.
 

Classes in javax.ws.rs.core used by javax.ws.rs.core
AbstractMultivaluedMap
          Abstract skeleton implementation of a MultivaluedMap that is backed by a [key, multi-value] store represented as a Map<K, List<V>>.
CacheControl
          An abstraction for the value of a HTTP Cache-Control response header.
Configurable
          A configurable JAX-RS runtime context.
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.
Feature
          A feature extension contract.
Form
          Represents the the HTML form data request entity encoded using the "application/x-www-form-urlencoded" content type.
GenericType
          Represents a generic message entity type T.
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.
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.
Response
          Defines the contract between a returned instance and the runtime when an application needs to provide meta-data 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.
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 meta-data.
MediaType
          An abstraction for a media type.
MultivaluedMap
          A map of key-values pairs.
Response
          Defines the contract between a returned instance and the runtime when an application needs to provide meta-data 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.
 

Classes in javax.ws.rs.core used by org.jboss.example.jaxrs2.async
Application
          Defines the components of a JAX-RS application and supplies additional meta-data.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.cdi.asynch
Application
          Defines the components of a JAX-RS application and supplies additional meta-data.
Response
          Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.cdi.decorators
MediaType
          An abstraction for a media type.
MultivaluedMap
          A map of key-values pairs.
Response
          Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.cdi.ejb
Application
          Defines the components of a JAX-RS application and supplies additional meta-data.
MediaType
          An abstraction for a media type.
MultivaluedMap
          A map of key-values pairs.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.cdi.events
Response
          Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.cdi.extension.bean
MediaType
          An abstraction for a media type.
MultivaluedMap
          A map of key-values pairs.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.cdi.extension.scope
Response
          Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.cdi.generic
Response
          Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.cdi.inheritence
Response
          Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.cdi.injection
Context
          This annotation is used to inject information into a class field, bean property or method parameter.
GenericEntity
          Represents a message entity of a generic type T.
Response
          Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.cdi.injection.reverse
Response
          Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.cdi.interceptors
Response
          Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.cdi.modules
Response
          Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.cdi.util
MediaType
          An abstraction for a media type.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.cdi.validation
Response
          Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.client
Cookie
          Represents the value of a HTTP cookie, transferred in a request.
MediaType
          An abstraction for a media type.
MultivaluedMap
          A map of key-values pairs.
Response
          Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime.
Response.Status
          Commonly used status codes defined by HTTP, see HTTP/1.1 documentation for the complete list.
UriBuilder
          URI template-aware utility class for building URIs from their components.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.client.cache
MediaType
          An abstraction for a media type.
MultivaluedMap
          A map of key-values pairs.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.client.core
EntityTag
          An abstraction for the value of a HTTP Entity Tag, used as the value of an ETag response header.
GenericType
          Represents a generic message entity type T.
Link
          Class representing hypermedia links.
Link.Builder
          Builder class for hypermedia links.
MediaType
          An abstraction for a media type.
MultivaluedMap
          A map of key-values pairs.
NewCookie
          Used to create a new HTTP cookie, transferred in a response.
Response
          Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime.
Response.Status
          Commonly used status codes defined by HTTP, see HTTP/1.1 documentation for the complete list.
Response.StatusType
          Base interface for statuses used in responses.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.client.core.executors
UriBuilder
          URI template-aware utility class for building URIs from their components.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.client.core.extractors
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 org.jboss.resteasy.client.core.marshallers
MediaType
          An abstraction for a media type.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.client.jaxrs
Configurable
          A configurable JAX-RS runtime context.
Link
          Class representing hypermedia links.
MultivaluedMap
          A map of key-values pairs.
UriBuilder
          URI template-aware utility class for building URIs from their components.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.client.jaxrs.cache
Configurable
          A configurable JAX-RS runtime context.
Feature
          A feature extension contract.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.client.jaxrs.internal
CacheControl
          An abstraction for the value of a HTTP Cache-Control response header.
Configurable
          A configurable JAX-RS runtime context.
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.
Feature
          A feature extension contract.
GenericType
          Represents a generic message entity type T.
Link
          Class representing hypermedia links.
Link.Builder
          Builder class for hypermedia links.
MediaType
          An abstraction for a media type.
MultivaluedMap
          A map of key-values pairs.
NewCookie
          Used to create a new HTTP cookie, transferred in a response.
Response
          Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime.
Response.StatusType
          Base interface for statuses used in responses.
UriBuilder
          URI template-aware utility class for building URIs from their components.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.client.jaxrs.internal.proxy.processors
MediaType
          An abstraction for a media type.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation
MediaType
          An abstraction for a media type.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.core
Application
          Defines the components of a JAX-RS application and supplies additional meta-data.
CacheControl
          An abstraction for the value of a HTTP Cache-Control response header.
Configurable
          A configurable JAX-RS runtime context.
Feature
          A feature extension contract.
MediaType
          An abstraction for a media type.
MultivaluedMap
          A map of key-values pairs.
Response
          Defines the contract between a returned instance and the runtime when an application needs to provide meta-data 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.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.core.interception
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.
Link
          Class representing hypermedia links.
Link.Builder
          Builder class for hypermedia links.
MediaType
          An abstraction for a media type.
MultivaluedMap
          A map of key-values pairs.
NewCookie
          Used to create a new HTTP cookie, transferred in a response.
Request
          An injectable helper for request processing, all methods throw an IllegalStateException if called outside the scope of a request (e.g.
Response
          Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime.
Response.StatusType
          Base interface for statuses used in responses.
SecurityContext
          An injectable interface that provides access to security related information.
UriInfo
          An injectable interface that provides access to application and request URI information.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.core.messagebody
MediaType
          An abstraction for a media type.
MultivaluedMap
          A map of key-values pairs.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.core.request
MediaType
          An abstraction for a media type.
Variant
          Abstraction for a resource representation variant.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.example.oauth
Application
          Defines the components of a JAX-RS application and supplies additional meta-data.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.examples
Application
          Defines the components of a JAX-RS application and supplies additional meta-data.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.jose.jws
MediaType
          An abstraction for a media type.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.keystone.client
Response
          Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.keystone.model
Configurable
          A configurable JAX-RS runtime context.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.keystone.server
Configurable
          A configurable JAX-RS runtime context.
Context
          This annotation is used to inject information into a class field, bean property or method parameter.
Response
          Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime.
UriInfo
          An injectable interface that provides access to application and request URI information.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.links.impl
MediaType
          An abstraction for a media type.
UriInfo
          An injectable interface that provides access to application and request URI information.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.mock
HttpHeaders
          An injectable interface that provides access to HTTP header information.
MediaType
          An abstraction for a media type.
MultivaluedMap
          A map of key-values pairs.
NewCookie
          Used to create a new HTTP cookie, transferred in a response.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.plugins.cache.server
CacheControl
          An abstraction for the value of a HTTP Cache-Control response header.
Configurable
          A configurable JAX-RS runtime context.
Context
          This annotation is used to inject information into a class field, bean property or method parameter.
Feature
          A feature extension contract.
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.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.plugins.delegates
CacheControl
          An abstraction for the value of a HTTP Cache-Control response header.
EntityTag
          An abstraction for the value of a HTTP Entity Tag, used as the value of an ETag response header.
Link
          Class representing hypermedia links.
MediaType
          An abstraction for a media type.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.plugins.guice.ext
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.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.plugins.interceptors
CacheControl
          An abstraction for the value of a HTTP Cache-Control response header.
Configurable
          A configurable JAX-RS runtime context.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.plugins.interceptors.encoding
Configurable
          A configurable JAX-RS runtime context.
Context
          This annotation is used to inject information into a class field, bean property or method parameter.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.plugins.providers
Context
          This annotation is used to inject information into a class field, bean property or method parameter.
Form
          Represents the the HTML form data request entity encoded using the "application/x-www-form-urlencoded" content type.
MediaType
          An abstraction for a media type.
MultivaluedMap
          A map of key-values pairs.
StreamingOutput
          A type that may be used as a resource method return value or as the entity in a Response when the application wishes to stream the output.
Variant
          Abstraction for a resource representation variant.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.plugins.providers.atom
Context
          This annotation is used to inject information into a class field, bean property or method parameter.
MediaType
          An abstraction for a media type.
MultivaluedMap
          A map of key-values pairs.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.plugins.providers.html
MediaType
          An abstraction for a media type.
MultivaluedMap
          A map of key-values pairs.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.plugins.providers.jackson
Context
          This annotation is used to inject information into a class field, bean property or method parameter.
MediaType
          An abstraction for a media type.
UriInfo
          An injectable interface that provides access to application and request URI information.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.plugins.providers.jaxb
Context
          This annotation is used to inject information into a class field, bean property or method parameter.
MediaType
          An abstraction for a media type.
MultivaluedMap
          A map of key-values pairs.
Response
          Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.plugins.providers.jaxb.json
MediaType
          An abstraction for a media type.
MultivaluedMap
          A map of key-values pairs.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.plugins.providers.multipart
Context
          This annotation is used to inject information into a class field, bean property or method parameter.
MediaType
          An abstraction for a media type.
MultivaluedMap
          A map of key-values pairs.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.plugins.providers.validation
Response
          Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.plugins.server
MultivaluedMap
          A map of key-values pairs.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.plugins.server.netty
HttpHeaders
          An injectable interface that provides access to HTTP header information.
MediaType
          An abstraction for a media type.
MultivaluedMap
          A map of key-values pairs.
NewCookie
          Used to create a new HTTP cookie, transferred in a response.
SecurityContext
          An injectable interface that provides access to security related information.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.plugins.server.servlet
Application
          Defines the components of a JAX-RS application and supplies additional meta-data.
HttpHeaders
          An injectable interface that provides access to HTTP header information.
MediaType
          An abstraction for a media type.
MultivaluedMap
          A map of key-values pairs.
NewCookie
          Used to create a new HTTP cookie, transferred in a response.
SecurityContext
          An injectable interface that provides access to security related information.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.plugins.server.sun.http
HttpHeaders
          An injectable interface that provides access to HTTP header information.
MediaType
          An abstraction for a media type.
MultivaluedMap
          A map of key-values pairs.
NewCookie
          Used to create a new HTTP cookie, transferred in a response.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.resteasy760
Application
          Defines the components of a JAX-RS application and supplies additional meta-data.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.security.doseta
Configurable
          A configurable JAX-RS runtime context.
Context
          This annotation is used to inject information into a class field, bean property or method parameter.
MultivaluedMap
          A map of key-values pairs.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.security.smime
Context
          This annotation is used to inject information into a class field, bean property or method parameter.
MediaType
          An abstraction for a media type.
MultivaluedMap
          A map of key-values pairs.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.skeleton.key
Form
          Represents the the HTML form data request entity encoded using the "application/x-www-form-urlencoded" content type.
UriBuilder
          URI template-aware utility class for building URIs from their components.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.skeleton.key.idm.service
Application
          Defines the components of a JAX-RS application and supplies additional meta-data.
Context
          This annotation is used to inject information into a class field, bean property or method parameter.
HttpHeaders
          An injectable interface that provides access to HTTP header information.
MultivaluedMap
          A map of key-values pairs.
Response
          Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime.
SecurityContext
          An injectable interface that provides access to security related information.
UriInfo
          An injectable interface that provides access to application and request URI information.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.skeleton.key.jaxrs
Context
          This annotation is used to inject information into a class field, bean property or method parameter.
HttpHeaders
          An injectable interface that provides access to HTTP header information.
Response
          Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime.
SecurityContext
          An injectable interface that provides access to security related information.
UriInfo
          An injectable interface that provides access to application and request URI information.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.skeleton.key.representations
AbstractMultivaluedMap
          Abstract skeleton implementation of a MultivaluedMap that is backed by a [key, multi-value] store represented as a Map<K, List<V>>.
MultivaluedHashMap
          A hash table based implementation of MultivaluedMap interface.
MultivaluedMap
          A map of key-values pairs.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.specimpl
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.
GenericType
          Represents a generic message entity type T.
HttpHeaders
          An injectable interface that provides access to HTTP header information.
Link
          Class representing hypermedia links.
Link.Builder
          Builder class for hypermedia links.
MediaType
          An abstraction for a media type.
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.
Response
          Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime.
Response.ResponseBuilder
          A class used to build Response instances that contain metadata instead of or in addition to an entity.
Response.StatusType
          Base interface for statuses used in responses.
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 org.jboss.resteasy.spi
Application
          Defines the components of a JAX-RS application and supplies additional meta-data.
Configurable
          A configurable JAX-RS runtime context.
Feature
          A feature extension contract.
HttpHeaders
          An injectable interface that provides access to HTTP header information.
Link
          Class representing hypermedia links.
MediaType
          An abstraction for a media type.
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.
Response
          Defines the contract between a returned instance and the runtime when an application needs to provide meta-data 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.
UriBuilder
          URI template-aware utility class for building URIs from their components.
UriInfo
          An injectable interface that provides access to application and request URI information.
Variant.VariantListBuilder
          A builder for a list of representation variants.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.spi.interception
MediaType
          An abstraction for a media type.
MultivaluedMap
          A map of key-values pairs.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.springmvc
MediaType
          An abstraction for a media type.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.test.application
Application
          Defines the components of a JAX-RS application and supplies additional meta-data.
Context
          This annotation is used to inject information into a class field, bean property or method parameter.
Response
          Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.test.async
Application
          Defines the components of a JAX-RS application and supplies additional meta-data.
Response
          Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.test.smoke
Context
          This annotation is used to inject information into a class field, bean property or method parameter.
SecurityContext
          An injectable interface that provides access to security related information.
 

Classes in javax.ws.rs.core used by org.jboss.resteasy.util
HttpHeaders
          An injectable interface that provides access to HTTP header information.
MediaType
          An abstraction for a media type.
MultivaluedMap
          A map of key-values pairs.
 



Copyright © 2013. All Rights Reserved.