Uses of Class
javax.ws.rs.ext.Provider

Packages that use Provider
org.jboss.resteasy.client.exception.mapper   
org.jboss.resteasy.core   
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.core   
org.jboss.resteasy.skeleton.key.server   
org.jboss.resteasy.test.application   
 

Uses of Provider in org.jboss.resteasy.client.exception.mapper
 

Classes in org.jboss.resteasy.client.exception.mapper with annotations of type Provider
 class ApacheHttpClient3ExceptionMapper
           
 class ApacheHttpClient4ExceptionMapper
           
 

Uses of Provider in org.jboss.resteasy.core
 

Classes in org.jboss.resteasy.core with annotations of type Provider
 class AcceptHeaderByFileSuffixFilter
          Modifies Accept and Accept-Language headers by looking at path file suffix i.e.
 

Uses of Provider in org.jboss.resteasy.plugins.interceptors.encoding
 

Classes in org.jboss.resteasy.plugins.interceptors.encoding with annotations of type Provider
 class AcceptEncodingGZIPFilter
          Must be used in conjunction with GZIPDecodingInterceptor

Sets

 class AcceptEncodingGZIPInterceptor
          Must be used in conjunction with GZIPDecodingInterceptor

Sets

 class GZIPDecodingInterceptor
           
 class GZIPEncodingInterceptor
           
 

Uses of Provider in org.jboss.resteasy.plugins.providers
 

Classes in org.jboss.resteasy.plugins.providers with annotations of type Provider
 class DataSourceProvider
           
 class DefaultTextPlain
           
 class DocumentProvider
          Provider that reads and writes org.w3c.dom.Document
 class FileProvider
           
 class FormUrlEncodedProvider
           
 class IIOImageProvider
           
 class InputStreamProvider
           
 class JaxrsFormProvider
           
 class SerializableProvider
           
 class StringTextStar
           
 class YamlProvider
          Provider for YAML <-> Object marshalling.
 

Uses of Provider in org.jboss.resteasy.plugins.providers.atom
 

Classes in org.jboss.resteasy.plugins.providers.atom with annotations of type Provider
 class AtomEntryProvider
           
 class AtomFeedProvider
           
 

Uses of Provider in org.jboss.resteasy.plugins.providers.html
 

Classes in org.jboss.resteasy.plugins.providers.html with annotations of type Provider
 class HtmlRenderableWriter
           
 

Uses of Provider in org.jboss.resteasy.plugins.providers.jackson
 

Classes in org.jboss.resteasy.plugins.providers.jackson with annotations of type Provider
 class JacksonJsonpInterceptor
           JSONP is an alternative to normal AJAX requests.
 class ResteasyJacksonProvider
          Only different from Jackson one is *+json in @Produces/@Consumes
 

Uses of Provider in org.jboss.resteasy.plugins.providers.jaxb
 

Classes in org.jboss.resteasy.plugins.providers.jaxb with annotations of type Provider
 class CollectionProvider
           
 class JAXBElementProvider
           A JAXB Provider which handles parameter and return types of JAXBElement.
 class JAXBXmlRootElementProvider
          A JAXBXmlRootElementProvider.
 class JAXBXmlSeeAlsoProvider
          A JAXBXmlRootElementProvider.
 class JAXBXmlTypeProvider
           A JAXB entity provider that handles classes without XmlRootElement annotation.
 class MapProvider
           
 class XmlJAXBContextFinder
           
 

Uses of Provider in org.jboss.resteasy.plugins.providers.jaxb.fastinfoset
 

Classes in org.jboss.resteasy.plugins.providers.jaxb.fastinfoset with annotations of type Provider
 class FastinfoSetElementProvider
           
 class FastinfoSetJAXBContextFinder
           
 class FastinfoSetXmlRootElementProvider
           
 class FastinfoSetXmlSeeAlsoProvider
           
 class FastinfoSetXmlTypeProvider
           
 

Uses of Provider in org.jboss.resteasy.plugins.providers.jaxb.json
 

Classes in org.jboss.resteasy.plugins.providers.jaxb.json with annotations of type Provider
 class JettisonElementProvider
           
 class JettisonXmlRootElementProvider
           
 class JettisonXmlSeeAlsoProvider
           
 class JettisonXmlTypeProvider
           
 class JsonCollectionProvider
           
 class JsonJAXBContextFinder
           
 class JsonMapProvider
           
 

Uses of Provider in org.jboss.resteasy.plugins.providers.multipart
 

Classes in org.jboss.resteasy.plugins.providers.multipart with annotations of type Provider
 class ListMultipartReader
           
 class ListMultipartWriter
           
 class MapMultipartFormDataReader
           
 class MapMultipartFormDataWriter
           
 class MimeMultipartProvider
          A provider to handle multipart representations.
 class MultipartFormAnnotationReader
           
 class MultipartFormAnnotationWriter
           
 class MultipartFormDataReader
           
 class MultipartFormDataWriter
           
 class MultipartReader
           
 class MultipartRelatedReader
          The MessageBodyReader implementation to deserialize MultipartRelatedInput objects.
 class MultipartRelatedWriter
          The MessageBodyWriter implementation to serialize MultipartRelatedOutput objects.
 class MultipartWriter
           
 class XopWithMultipartRelatedReader
          This provider is for reading xop packages packed as multipart/related.
 class XopWithMultipartRelatedWriter
          This provider is for writing xop packages packed as multipart/related.
 

Uses of Provider in org.jboss.resteasy.plugins.providers.validation
 

Classes in org.jboss.resteasy.plugins.providers.validation with annotations of type Provider
 class DefaultHibernateValidatorContextResolver
           
 class ResteasyViolationExceptionMapper
           
 

Uses of Provider in org.jboss.resteasy.plugins.validation.hibernate
 

Classes in org.jboss.resteasy.plugins.validation.hibernate with annotations of type Provider
 class HibernateValidatorContextResolver
           
 

Uses of Provider in org.jboss.resteasy.resteasy760
 

Classes in org.jboss.resteasy.resteasy760 with annotations of type Provider
 class TestApplication
           
 

Uses of Provider in org.jboss.resteasy.security.doseta
 

Classes in org.jboss.resteasy.security.doseta with annotations of type Provider
 class ClientDigitalVerificationHeaderDecoratorFeature
           
 class DigitalSigningHeaderDecoratorClientExecutionInterceptor
           
 class DigitalSigningInterceptor
           
 class DigitalVerificationHeaderDecoratorClientExecutionInterceptor
           
 class DigitalVerificationInterceptor
           
 class ServerDigitalVerificationHeaderDecoratorFeature
           
 

Uses of Provider in org.jboss.resteasy.security.smime
 

Classes in org.jboss.resteasy.security.smime with annotations of type Provider
 class EnvelopedReader
           
 class EnvelopedWriter
           
 class MultipartSignedReader
           
 class MultipartSignedWriter
           
 class PKCS7SignatureReader
           
 class PKCS7SignatureTextWriter
           
 class PKCS7SignatureWriter
           
 

Uses of Provider in org.jboss.resteasy.skeleton.key.core
 

Classes in org.jboss.resteasy.skeleton.key.core with annotations of type Provider
 class TokenAuthFilter
          Server filter that can verify a token id with skeleton key server, or verify signature of a signed token.
 

Uses of Provider in org.jboss.resteasy.skeleton.key.server
 

Classes in org.jboss.resteasy.skeleton.key.server with annotations of type Provider
 class ServerTokenAuthFilter
          Used only by skeleton key server server
 

Uses of Provider in org.jboss.resteasy.test.application
 

Classes in org.jboss.resteasy.test.application with annotations of type Provider
 class FooExceptionMapper
           
 



Copyright © 2012. All Rights Reserved.