Uses of Class
javax.ws.rs.Consumes

Packages that use Consumes
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   
 

Uses of Consumes in com.restfully.shop.services
 

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

Methods in com.restfully.shop.services with annotations of type Consumes
 Response FirstLastCustomerResource.createCustomer(InputStream is)
           
 Response CustomerResource.createCustomer(InputStream is)
           
 Response OrderResource.createOrder(Order order, UriInfo uriInfo)
           
 Response ProductResource.createProduct(Product customer, UriInfo uriInfo)
           
 void CustomerResource.updateCustomer(int id, InputStream is)
           
 void FirstLastCustomerResource.updateCustomer(String firstName, String lastName, InputStream is)
           
 

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

Classes in com.sun.jersey.atom.abdera.impl.provider.entity with annotations of type Consumes
 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 Consumes in com.sun.jersey.core.header
 

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

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

Classes in com.sun.jersey.core.impl.provider.entity with annotations of type Consumes
 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 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 Consumes in com.sun.jersey.fastinfoset.impl.provider.entity
 

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

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

Classes in com.sun.jersey.json.impl.provider.entity with annotations of type Consumes
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 Consumes in com.sun.jersey.multipart.impl
 

Classes in com.sun.jersey.multipart.impl with annotations of type Consumes
 class MultiPartReaderClientSide
          Provider MessageBodyReader implementation for MultiPart entities.
 

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

Methods in com.sun.jersey.oauth.server.api.resources with annotations of type Consumes
 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 Consumes in com.sun.jersey.server.impl.model
 

Methods in com.sun.jersey.server.impl.model with parameters of type Consumes
static ContainerException ErrorHelper.badClassConsumes(Exception e, Class resourceClass, Consumes c)
           
static ContainerException ErrorHelper.badMethodConsumes(Exception e, Class resourceClass, Method m, Consumes c)
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.