Uses of Package
javax.ws.rs.ext

Packages that use javax.ws.rs.ext
javax.ws.rs.ext APIs that provide extensions to the types supported by the JAX-RS API. 
org.codehaus.jackson.jaxrs   
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.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.client.core   
org.jboss.resteasy.client.exception.mapper   
org.jboss.resteasy.client.jaxrs.internal   
org.jboss.resteasy.core   
org.jboss.resteasy.core.interception   
org.jboss.resteasy.core.messagebody   
org.jboss.resteasy.jose.jws   
org.jboss.resteasy.jwt   
org.jboss.resteasy.keystone.core   
org.jboss.resteasy.keystone.server   
org.jboss.resteasy.plugins.cache.server   
org.jboss.resteasy.plugins.delegates   
org.jboss.resteasy.plugins.guice.ext   
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.validation.hibernate   
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.spi   
org.jboss.resteasy.test.application   
 

Classes in javax.ws.rs.ext used by javax.ws.rs.ext
ContextResolver
          Contract for a provider that supplies context information to resource classes and other providers.
ExceptionMapper
          Contract for a provider that maps Java exceptions to Response.
InterceptorContext
          Context shared by message body interceptors that can be used to wrap calls to MessageBodyReader.readFrom(java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.InputStream) and MessageBodyWriter.writeTo(T, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.OutputStream).
MessageBodyReader
          Contract for a provider that supports the conversion of a stream to a Java type.
MessageBodyWriter
          Contract for a provider that supports the conversion of a Java type to a stream.
ParamConverter
          Defines a contract for a delegate responsible for converting between a String form of a message parameter value and the corresponding custom Java type T.
ReaderInterceptorContext
          Context class used by ReaderInterceptor to intercept calls to (@link javax.ws.rs.ext.MessageBodyReader#readFrom}.
RuntimeDelegate
          Implementations of JAX-RS provide a concrete subclass of RuntimeDelegate and various JAX-RS API methods defer to methods of RuntimeDelegate for their functionality.
RuntimeDelegate.HeaderDelegate
          Defines the contract for a delegate that is responsible for converting between the String form of a HTTP header and the corresponding JAX-RS type T.
WriterInterceptorContext
          Context class used by WriterInterceptor to intercept calls to MessageBodyWriter.writeTo(T, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.OutputStream).
 

Classes in javax.ws.rs.ext used by org.codehaus.jackson.jaxrs
MessageBodyReader
          Contract for a provider that supports the conversion of a stream to a Java type.
MessageBodyWriter
          Contract for a provider that supports the conversion of a Java type to a stream.
 

Classes in javax.ws.rs.ext used by org.jboss.resteasy.cdi.decorators
MessageBodyReader
          Contract for a provider that supports the conversion of a stream to a Java type.
MessageBodyWriter
          Contract for a provider that supports the conversion of a Java type to a stream.
Provider
          Marks an implementation of an extension interface that should be discoverable by JAX-RS runtime during a provider scanning phase.
ReaderInterceptor
          Interface for message body reader interceptors that wrap around calls to MessageBodyReader.readFrom(java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.InputStream).
ReaderInterceptorContext
          Context class used by ReaderInterceptor to intercept calls to (@link javax.ws.rs.ext.MessageBodyReader#readFrom}.
WriterInterceptor
          Interface for message body writer interceptors that wrap around calls to MessageBodyWriter.writeTo(T, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.OutputStream).
WriterInterceptorContext
          Context class used by WriterInterceptor to intercept calls to MessageBodyWriter.writeTo(T, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.OutputStream).
 

Classes in javax.ws.rs.ext used by org.jboss.resteasy.cdi.ejb
MessageBodyReader
          Contract for a provider that supports the conversion of a stream to a Java type.
MessageBodyWriter
          Contract for a provider that supports the conversion of a Java type to a stream.
Provider
          Marks an implementation of an extension interface that should be discoverable by JAX-RS runtime during a provider scanning phase.
 

Classes in javax.ws.rs.ext used by org.jboss.resteasy.cdi.extension.bean
MessageBodyReader
          Contract for a provider that supports the conversion of a stream to a Java type.
Provider
          Marks an implementation of an extension interface that should be discoverable by JAX-RS runtime during a provider scanning phase.
 

Classes in javax.ws.rs.ext used by org.jboss.resteasy.client.core
ReaderInterceptor
          Interface for message body reader interceptors that wrap around calls to MessageBodyReader.readFrom(java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.InputStream).
WriterInterceptor
          Interface for message body writer interceptors that wrap around calls to MessageBodyWriter.writeTo(T, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.OutputStream).
 

Classes in javax.ws.rs.ext used by org.jboss.resteasy.client.exception.mapper
Provider
          Marks an implementation of an extension interface that should be discoverable by JAX-RS runtime during a provider scanning phase.
 

Classes in javax.ws.rs.ext used by org.jboss.resteasy.client.jaxrs.internal
ContextResolver
          Contract for a provider that supplies context information to resource classes and other providers.
ExceptionMapper
          Contract for a provider that maps Java exceptions to Response.
MessageBodyReader
          Contract for a provider that supports the conversion of a stream to a Java type.
MessageBodyWriter
          Contract for a provider that supports the conversion of a Java type to a stream.
Providers
          An injectable interface providing runtime lookup of provider instances.
ReaderInterceptor
          Interface for message body reader interceptors that wrap around calls to MessageBodyReader.readFrom(java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.InputStream).
WriterInterceptor
          Interface for message body writer interceptors that wrap around calls to MessageBodyWriter.writeTo(T, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.OutputStream).
 

Classes in javax.ws.rs.ext used by org.jboss.resteasy.core
ContextResolver
          Contract for a provider that supplies context information to resource classes and other providers.
ExceptionMapper
          Contract for a provider that maps Java exceptions to Response.
MessageBodyReader
          Contract for a provider that supports the conversion of a stream to a Java type.
MessageBodyWriter
          Contract for a provider that supports the conversion of a Java type to a stream.
ParamConverter
          Defines a contract for a delegate responsible for converting between a String form of a message parameter value and the corresponding custom Java type T.
Provider
          Marks an implementation of an extension interface that should be discoverable by JAX-RS runtime during a provider scanning phase.
Providers
          An injectable interface providing runtime lookup of provider instances.
RuntimeDelegate
          Implementations of JAX-RS provide a concrete subclass of RuntimeDelegate and various JAX-RS API methods defer to methods of RuntimeDelegate for their functionality.
RuntimeDelegate.HeaderDelegate
          Defines the contract for a delegate that is responsible for converting between the String form of a HTTP header and the corresponding JAX-RS type T.
WriterInterceptor
          Interface for message body writer interceptors that wrap around calls to MessageBodyWriter.writeTo(T, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.OutputStream).
 

Classes in javax.ws.rs.ext used by org.jboss.resteasy.core.interception
InterceptorContext
          Context shared by message body interceptors that can be used to wrap calls to MessageBodyReader.readFrom(java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.InputStream) and MessageBodyWriter.writeTo(T, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.OutputStream).
MessageBodyReader
          Contract for a provider that supports the conversion of a stream to a Java type.
MessageBodyWriter
          Contract for a provider that supports the conversion of a Java type to a stream.
ReaderInterceptor
          Interface for message body reader interceptors that wrap around calls to MessageBodyReader.readFrom(java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.InputStream).
ReaderInterceptorContext
          Context class used by ReaderInterceptor to intercept calls to (@link javax.ws.rs.ext.MessageBodyReader#readFrom}.
WriterInterceptor
          Interface for message body writer interceptors that wrap around calls to MessageBodyWriter.writeTo(T, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.OutputStream).
WriterInterceptorContext
          Context class used by WriterInterceptor to intercept calls to MessageBodyWriter.writeTo(T, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.OutputStream).
 

Classes in javax.ws.rs.ext used by org.jboss.resteasy.core.messagebody
ReaderInterceptor
          Interface for message body reader interceptors that wrap around calls to MessageBodyReader.readFrom(java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.InputStream).
WriterInterceptor
          Interface for message body writer interceptors that wrap around calls to MessageBodyWriter.writeTo(T, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.OutputStream).
 

Classes in javax.ws.rs.ext used by org.jboss.resteasy.jose.jws
Providers
          An injectable interface providing runtime lookup of provider instances.
 

Classes in javax.ws.rs.ext used by org.jboss.resteasy.jwt
ContextResolver
          Contract for a provider that supplies context information to resource classes and other providers.
 

Classes in javax.ws.rs.ext used by org.jboss.resteasy.keystone.core
Provider
          Marks an implementation of an extension interface that should be discoverable by JAX-RS runtime during a provider scanning phase.
 

Classes in javax.ws.rs.ext used by org.jboss.resteasy.keystone.server
Provider
          Marks an implementation of an extension interface that should be discoverable by JAX-RS runtime during a provider scanning phase.
 

Classes in javax.ws.rs.ext used by org.jboss.resteasy.plugins.cache.server
WriterInterceptor
          Interface for message body writer interceptors that wrap around calls to MessageBodyWriter.writeTo(T, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.OutputStream).
WriterInterceptorContext
          Context class used by WriterInterceptor to intercept calls to MessageBodyWriter.writeTo(T, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.OutputStream).
 

Classes in javax.ws.rs.ext used by org.jboss.resteasy.plugins.delegates
RuntimeDelegate.HeaderDelegate
          Defines the contract for a delegate that is responsible for converting between the String form of a HTTP header and the corresponding JAX-RS type T.
 

Classes in javax.ws.rs.ext used by org.jboss.resteasy.plugins.guice.ext
RuntimeDelegate
          Implementations of JAX-RS provide a concrete subclass of RuntimeDelegate and various JAX-RS API methods defer to methods of RuntimeDelegate for their functionality.
 

Classes in javax.ws.rs.ext used by org.jboss.resteasy.plugins.interceptors.encoding
Provider
          Marks an implementation of an extension interface that should be discoverable by JAX-RS runtime during a provider scanning phase.
ReaderInterceptor
          Interface for message body reader interceptors that wrap around calls to MessageBodyReader.readFrom(java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.InputStream).
ReaderInterceptorContext
          Context class used by ReaderInterceptor to intercept calls to (@link javax.ws.rs.ext.MessageBodyReader#readFrom}.
WriterInterceptor
          Interface for message body writer interceptors that wrap around calls to MessageBodyWriter.writeTo(T, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.OutputStream).
WriterInterceptorContext
          Context class used by WriterInterceptor to intercept calls to MessageBodyWriter.writeTo(T, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.OutputStream).
 

Classes in javax.ws.rs.ext used by org.jboss.resteasy.plugins.providers
MessageBodyReader
          Contract for a provider that supports the conversion of a stream to a Java type.
MessageBodyWriter
          Contract for a provider that supports the conversion of a Java type to a stream.
Provider
          Marks an implementation of an extension interface that should be discoverable by JAX-RS runtime during a provider scanning phase.
 

Classes in javax.ws.rs.ext used by org.jboss.resteasy.plugins.providers.atom
MessageBodyReader
          Contract for a provider that supports the conversion of a stream to a Java type.
MessageBodyWriter
          Contract for a provider that supports the conversion of a Java type to a stream.
Provider
          Marks an implementation of an extension interface that should be discoverable by JAX-RS runtime during a provider scanning phase.
Providers
          An injectable interface providing runtime lookup of provider instances.
 

Classes in javax.ws.rs.ext used by org.jboss.resteasy.plugins.providers.html
MessageBodyWriter
          Contract for a provider that supports the conversion of a Java type to a stream.
Provider
          Marks an implementation of an extension interface that should be discoverable by JAX-RS runtime during a provider scanning phase.
 

Classes in javax.ws.rs.ext used by org.jboss.resteasy.plugins.providers.jackson
MessageBodyReader
          Contract for a provider that supports the conversion of a stream to a Java type.
MessageBodyWriter
          Contract for a provider that supports the conversion of a Java type to a stream.
Provider
          Marks an implementation of an extension interface that should be discoverable by JAX-RS runtime during a provider scanning phase.
Providers
          An injectable interface providing runtime lookup of provider instances.
WriterInterceptor
          Interface for message body writer interceptors that wrap around calls to MessageBodyWriter.writeTo(T, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.OutputStream).
WriterInterceptorContext
          Context class used by WriterInterceptor to intercept calls to MessageBodyWriter.writeTo(T, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.OutputStream).
 

Classes in javax.ws.rs.ext used by org.jboss.resteasy.plugins.providers.jaxb
ContextResolver
          Contract for a provider that supplies context information to resource classes and other providers.
MessageBodyReader
          Contract for a provider that supports the conversion of a stream to a Java type.
MessageBodyWriter
          Contract for a provider that supports the conversion of a Java type to a stream.
Provider
          Marks an implementation of an extension interface that should be discoverable by JAX-RS runtime during a provider scanning phase.
Providers
          An injectable interface providing runtime lookup of provider instances.
 

Classes in javax.ws.rs.ext used by org.jboss.resteasy.plugins.providers.jaxb.fastinfoset
ContextResolver
          Contract for a provider that supplies context information to resource classes and other providers.
MessageBodyReader
          Contract for a provider that supports the conversion of a stream to a Java type.
MessageBodyWriter
          Contract for a provider that supports the conversion of a Java type to a stream.
Provider
          Marks an implementation of an extension interface that should be discoverable by JAX-RS runtime during a provider scanning phase.
 

Classes in javax.ws.rs.ext used by org.jboss.resteasy.plugins.providers.jaxb.json
ContextResolver
          Contract for a provider that supplies context information to resource classes and other providers.
MessageBodyReader
          Contract for a provider that supports the conversion of a stream to a Java type.
MessageBodyWriter
          Contract for a provider that supports the conversion of a Java type to a stream.
Provider
          Marks an implementation of an extension interface that should be discoverable by JAX-RS runtime during a provider scanning phase.
 

Classes in javax.ws.rs.ext used by org.jboss.resteasy.plugins.providers.multipart
MessageBodyReader
          Contract for a provider that supports the conversion of a stream to a Java type.
MessageBodyWriter
          Contract for a provider that supports the conversion of a Java type to a stream.
Provider
          Marks an implementation of an extension interface that should be discoverable by JAX-RS runtime during a provider scanning phase.
Providers
          An injectable interface providing runtime lookup of provider instances.
 

Classes in javax.ws.rs.ext used by org.jboss.resteasy.plugins.providers.validation
ContextResolver
          Contract for a provider that supplies context information to resource classes and other providers.
ExceptionMapper
          Contract for a provider that maps Java exceptions to Response.
Provider
          Marks an implementation of an extension interface that should be discoverable by JAX-RS runtime during a provider scanning phase.
 

Classes in javax.ws.rs.ext used by org.jboss.resteasy.plugins.validation.hibernate
ContextResolver
          Contract for a provider that supplies context information to resource classes and other providers.
Provider
          Marks an implementation of an extension interface that should be discoverable by JAX-RS runtime during a provider scanning phase.
 

Classes in javax.ws.rs.ext used by org.jboss.resteasy.resteasy760
Provider
          Marks an implementation of an extension interface that should be discoverable by JAX-RS runtime during a provider scanning phase.
 

Classes in javax.ws.rs.ext used by org.jboss.resteasy.security.doseta
Provider
          Marks an implementation of an extension interface that should be discoverable by JAX-RS runtime during a provider scanning phase.
ReaderInterceptor
          Interface for message body reader interceptors that wrap around calls to MessageBodyReader.readFrom(java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.InputStream).
ReaderInterceptorContext
          Context class used by ReaderInterceptor to intercept calls to (@link javax.ws.rs.ext.MessageBodyReader#readFrom}.
WriterInterceptor
          Interface for message body writer interceptors that wrap around calls to MessageBodyWriter.writeTo(T, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.OutputStream).
WriterInterceptorContext
          Context class used by WriterInterceptor to intercept calls to MessageBodyWriter.writeTo(T, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.OutputStream).
 

Classes in javax.ws.rs.ext used by org.jboss.resteasy.security.smime
MessageBodyReader
          Contract for a provider that supports the conversion of a stream to a Java type.
MessageBodyWriter
          Contract for a provider that supports the conversion of a Java type to a stream.
Provider
          Marks an implementation of an extension interface that should be discoverable by JAX-RS runtime during a provider scanning phase.
Providers
          An injectable interface providing runtime lookup of provider instances.
 

Classes in javax.ws.rs.ext used by org.jboss.resteasy.skeleton.key
ContextResolver
          Contract for a provider that supplies context information to resource classes and other providers.
Provider
          Marks an implementation of an extension interface that should be discoverable by JAX-RS runtime during a provider scanning phase.
 

Classes in javax.ws.rs.ext used by org.jboss.resteasy.skeleton.key.idm.service
Providers
          An injectable interface providing runtime lookup of provider instances.
 

Classes in javax.ws.rs.ext used by org.jboss.resteasy.spi
ContextResolver
          Contract for a provider that supplies context information to resource classes and other providers.
ExceptionMapper
          Contract for a provider that maps Java exceptions to Response.
MessageBodyReader
          Contract for a provider that supports the conversion of a stream to a Java type.
MessageBodyWriter
          Contract for a provider that supports the conversion of a Java type to a stream.
ParamConverter
          Defines a contract for a delegate responsible for converting between a String form of a message parameter value and the corresponding custom Java type T.
ParamConverterProvider
          Contract for a provider of ParamConverter instances.
Providers
          An injectable interface providing runtime lookup of provider instances.
RuntimeDelegate
          Implementations of JAX-RS provide a concrete subclass of RuntimeDelegate and various JAX-RS API methods defer to methods of RuntimeDelegate for their functionality.
RuntimeDelegate.HeaderDelegate
          Defines the contract for a delegate that is responsible for converting between the String form of a HTTP header and the corresponding JAX-RS type T.
WriterInterceptor
          Interface for message body writer interceptors that wrap around calls to MessageBodyWriter.writeTo(T, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.OutputStream).
 

Classes in javax.ws.rs.ext used by org.jboss.resteasy.test.application
ExceptionMapper
          Contract for a provider that maps Java exceptions to Response.
Provider
          Marks an implementation of an extension interface that should be discoverable by JAX-RS runtime during a provider scanning phase.
 



Copyright © 2013. All Rights Reserved.