Uses of Class
javax.ws.rs.Produces

Packages that use Produces
com.restfully.shop.services   
com.sun.jersey.atom.abdera.impl.provider.entity JAX-RS AtomPub Provider Classes 
com.sun.jersey.core.header Provides support for HTTP headers. 
com.sun.jersey.core.impl.provider.entity   
com.sun.jersey.fastinfoset.impl.provider.entity   
com.sun.jersey.json.impl.provider.entity   
com.sun.jersey.multipart.impl   
com.sun.jersey.oauth.server.api.resources   
com.sun.jersey.server.impl.model   
com.sun.jersey.server.impl.wadl   
 

Uses of Produces in com.restfully.shop.services
 

Classes in com.restfully.shop.services with annotations of type Produces
 class JavaMarshaller
           
 

Methods in com.restfully.shop.services with annotations of type Produces
 StreamingOutput CustomerResource.getCustomer(int id)
           
 StreamingOutput FirstLastCustomerResource.getCustomer(String firstName, String lastName)
           
 String CarResource.getFromMatrixParam(String make, PathSegment car, CarResource.Color color, String year)
           
 String CarResource.getFromMultipleSegments(String make, List<PathSegment> car, String year)
           
 String CarResource.getFromPathSegment(String make, PathSegment car, String year)
           
 String CarResource.getFromUriInfo(UriInfo info)
           
 Response OrderResource.getOrder(int id, UriInfo uriInfo)
           
 Response OrderResource.getOrderHeaders(int id, UriInfo uriInfo)
           
 Response OrderResource.getOrders(int start, int size, UriInfo uriInfo)
           
 Response OrderResource.getOrdersHeaders(int start, int size, UriInfo uriInfo)
           
 Product ProductResource.getProduct(int id)
           
 Products ProductResource.getProducts(int start, int size, String name, UriInfo uriInfo)
           
 

Uses of Produces in com.sun.jersey.atom.abdera.impl.provider.entity
 

Classes in com.sun.jersey.atom.abdera.impl.provider.entity with annotations of type Produces
 class CategoriesProvider
          JAX-RS Provider for an AtomPub Categories Document instance.
 class EntryProvider
          JAX-RS Provider for an Atom Entry Document instance.
 class FeedProvider
          JAX-RS Provider for an Atom Feed Document instance.
 class ServiceProvider
          JAX-RS Provider for an AtomPub Service Document instance.
 

Uses of Produces in com.sun.jersey.core.header
 

Methods in com.sun.jersey.core.header with parameters of type Produces
static List<MediaType> MediaTypes.createMediaTypes(Produces mime)
          Create a list of media type from the Produces annotation.
static List<MediaType> MediaTypes.createQualitySourceMediaTypes(Produces mime)
          Create a list of quality source media type from the Produces annotation.
 

Uses of Produces in com.sun.jersey.core.impl.provider.entity
 

Classes in com.sun.jersey.core.impl.provider.entity with annotations of type Produces
 class ByteArrayProvider
           
 class DataSourceProvider
           
 class DocumentProvider
           
 class FileProvider
           
 class FormMultivaluedMapProvider
           
 class FormProvider
           
 class InputStreamProvider
           
 class ReaderProvider
           
 class RenderedImageProvider
           
static class SourceProvider.DOMSourceReader
           
static class SourceProvider.SAXSourceReader
           
static class SourceProvider.SourceWriter
           
static class SourceProvider.StreamSourceReader
           
 class StreamingOutputProvider
           
 class StringProvider
           
static class XMLJAXBElementProvider.App
           
static class XMLJAXBElementProvider.General
           
static class XMLJAXBElementProvider.Text
           
static class XMLListElementProvider.App
           
static class XMLListElementProvider.General
           
static class XMLListElementProvider.Text
           
static class XMLRootElementProvider.App
           
static class XMLRootElementProvider.General
           
static class XMLRootElementProvider.Text
           
static class XMLRootObjectProvider.App
           
static class XMLRootObjectProvider.General
           
static class XMLRootObjectProvider.Text
           
 

Uses of Produces in com.sun.jersey.fastinfoset.impl.provider.entity
 

Classes in com.sun.jersey.fastinfoset.impl.provider.entity with annotations of type Produces
 class FastInfosetJAXBElementProvider
           
 class FastInfosetListElementProvider
           
 class FastInfosetRootElementProvider
           
 

Uses of Produces in com.sun.jersey.json.impl.provider.entity
 

Classes in com.sun.jersey.json.impl.provider.entity with annotations of type Produces
static class JSONArrayProvider.App
           
static class JSONArrayProvider.General
           
static class JSONJAXBElementProvider.App
           
static class JSONJAXBElementProvider.General
           
static class JSONListElementProvider.App
           
static class JSONListElementProvider.General
           
static class JSONObjectProvider.App
           
static class JSONObjectProvider.General
           
static class JSONRootElementProvider.App
           
static class JSONRootElementProvider.General
           
 

Uses of Produces in com.sun.jersey.multipart.impl
 

Classes in com.sun.jersey.multipart.impl with annotations of type Produces
 class MultiPartWriter
          Provider MessageBodyWriter implementation for MultiPart entities.
 

Uses of Produces in com.sun.jersey.oauth.server.api.resources
 

Methods in com.sun.jersey.oauth.server.api.resources with annotations of type Produces
 Response AccessTokenRequest.postAccessTokenRequest(HttpContext hc, Request req)
          POST method for creating a request for Rquest Token
 Response RequestTokenRequest.postReqTokenRequest()
          POST method for creating a request for a Request Token
 

Uses of Produces in com.sun.jersey.server.impl.model
 

Methods in com.sun.jersey.server.impl.model with parameters of type Produces
static ContainerException ErrorHelper.badClassProduces(Exception e, Class resourceClass, Produces p)
           
static ContainerException ErrorHelper.badMethodProduces(Exception e, Class resourceClass, Method m, Produces p)
           
 

Uses of Produces in com.sun.jersey.server.impl.wadl
 

Classes in com.sun.jersey.server.impl.wadl with annotations of type Produces
 class WadlResource
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.