|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
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
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |