Uses of Class
javax.ws.rs.Produces

Packages that use Produces
org.jboss.resteasy.plugins.providers   
org.jboss.resteasy.plugins.providers.atom   
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.stats   
org.jboss.resteasy.test.smoke   
 

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

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

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

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

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

Classes in org.jboss.resteasy.plugins.providers.jackson with annotations of type Produces
 class ResteasyJacksonProvider
          Only different from Jackson one is *+json in @Produces/@Consumes
 

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

Classes in org.jboss.resteasy.plugins.providers.jaxb with annotations of type Produces
 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 Produces in org.jboss.resteasy.plugins.providers.jaxb.fastinfoset
 

Classes in org.jboss.resteasy.plugins.providers.jaxb.fastinfoset with annotations of type Produces
 class FastinfoSetJAXBContextFinder
           
 

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

Classes in org.jboss.resteasy.plugins.providers.jaxb.json with annotations of type Produces
 class JsonCollectionProvider
           
 class JsonJAXBContextFinder
           
 class JsonMapProvider
           
 

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

Classes in org.jboss.resteasy.plugins.providers.multipart with annotations of type Produces
 class ListMultipartWriter
           
 class MapMultipartFormDataWriter
           
 class MimeMultipartProvider
          A provider to handle multipart representations.
 class MultipartFormAnnotationWriter
           
 class MultipartFormDataWriter
           
 class MultipartRelatedWriter
          The MessageBodyWriter implementation to serialize MultipartRelatedOutput objects.
 class MultipartWriter
           
 class XopWithMultipartRelatedWriter
          This provider is for writing xop packages packed as multipart/related.
 

Uses of Produces in org.jboss.resteasy.plugins.stats
 

Methods in org.jboss.resteasy.plugins.stats with annotations of type Produces
 RegistryData RegistryStatsResource.get(Registry reg)
           
 

Uses of Produces in org.jboss.resteasy.test.smoke
 

Methods in org.jboss.resteasy.test.smoke with annotations of type Produces
 java.lang.String SimpleResource.getBasic()
           
 java.lang.String SimpleResource.getMatrixParam(java.lang.String param)
           
 java.lang.String SimpleResource.getQueryParam(java.lang.String param)
           
 int SimpleResource.getUriParam(int param)
           
 java.lang.String SimpleResource.getWild()
           
 



Copyright © 2009. All Rights Reserved.