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

Packages that use Provider
org.jboss.resteasy.plugins.providers   
org.jboss.resteasy.plugins.providers.atom   
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   
 

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 FileProvider
           
 class FormUrlEncodedProvider
           
 class IIOImageProvider
           
 class InputStreamProvider
           
 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 AbderaEntryProvider
           
 class AbderaFeedProvider
           
 class AtomEntryProvider
           
 class AtomFeedProvider
           
 

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 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 FastinfoSetJAXBContextFinder
           
 

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 JsonJAXBContextFinder
           
 

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 MultipartWriter
           
 



Copyright © 2009. All Rights Reserved.