|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
Customer |
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 org.jboss.resteasy.examples |
---|
Methods in org.jboss.resteasy.examples with annotations of type Produces | |
---|---|
String |
Orders.getOrder(String id)
|
Uses of Produces in org.jboss.resteasy.examples.asyncjob |
---|
Methods in org.jboss.resteasy.examples.asyncjob with annotations of type Produces | |
---|---|
String |
MyResource.get()
|
String |
MyResource.post(String content)
|
Uses of Produces in org.jboss.resteasy.examples.service |
---|
Methods in org.jboss.resteasy.examples.service with annotations of type Produces | |
---|---|
BookListing |
Library.getBooksBadger()
|
String |
Library.getBooksBadgerText()
|
BookListing |
Library.getBooksMapped()
|
String |
Library.getBooksMappedText()
|
Uses of Produces in org.jboss.resteasy.examples.springmvc |
---|
Methods in org.jboss.resteasy.examples.springmvc with annotations of type Produces | |
---|---|
Contact |
ContactsResource.get(String lastName)
|
Contacts |
ContactsResource.getAll()
|
Response |
ContactsResource.saveContact(UriInfo uri,
Contact contact)
|
org.springframework.web.servlet.ModelAndView |
ContactsResource.saveContactForm(Contact contact)
|
org.springframework.web.servlet.ModelAndView |
ContactsResource.viewAll()
|
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.html |
---|
Classes in org.jboss.resteasy.plugins.providers.html with annotations of type Produces | |
---|---|
class |
HtmlRenderableWriter
|
Methods in org.jboss.resteasy.plugins.providers.html with annotations of type Produces | |
---|---|
View |
TestHtmlResource.testHtml(String value)
|
Redirect |
TestHtmlResource.testParam(String value)
|
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.application |
---|
Methods in org.jboss.resteasy.test.application with annotations of type Produces | |
---|---|
String |
MyResource.getApplicationCount()
|
String |
MyResource.getCount()
|
String |
MyResource.getException()
|
Uses of Produces in org.jboss.resteasy.test.smoke |
---|
Methods in org.jboss.resteasy.test.smoke with annotations of type Produces | |
---|---|
String |
SimpleResource.getBasic()
|
String |
SimpleResource.getMatrixParam(String param)
|
String |
SimpleResource.getQueryParam(String param)
|
int |
SimpleResource.getUriParam(int param)
|
String |
SimpleResource.getWild()
|
Uses of Produces in org.jboss.resteasy.tests.context |
---|
Methods in org.jboss.resteasy.tests.context with annotations of type Produces | |
---|---|
String |
ContextService.get(javax.servlet.ServletConfig config)
|
String |
ContextService.get(javax.servlet.ServletContext context)
|
String |
ContextService.get(UriInfo uri)
|
String |
ContextService.getBase(UriInfo uri)
|
String |
ContextService.getJson()
|
String |
ContextService.getXml()
|
Uses of Produces in org.jboss.resteasy.tests.encoding.sample |
---|
Methods in org.jboss.resteasy.tests.encoding.sample with annotations of type Produces | |
---|---|
String |
Hello.echo(String in)
|
String |
Hello.get(String date)
|
String |
Hello.getPlus(String p)
|
String |
HelloClient.sayHi(String in)
|
Uses of Produces in org.jboss.resteasy.tests.signature |
---|
Methods in org.jboss.resteasy.tests.signature with annotations of type Produces | |
---|---|
Response |
SignedResource.badSignature()
Example of sending a signature signed by a bad or expired key. |
String |
SignedResource.getExpiresMinute()
Sign a message setting the expiration field of the DKIM-Signature to be 1 minute after the current time |
String |
SignedResource.getExpiresShort()
Sign a message setting the expiration field of the DKIM-Signature to be 1 second after the current time |
String |
SignedResource.getStamp()
Sign a returned message, but also add a timestamp to the signature calculation. |
String |
SignedResource.hello()
Sign a returned message using a private key named "test._domainKey.samplezone.org" found in the key store. |
Response |
SignedResource.withHeader()
Sign a returned message using a private key named "test._domainKey.samplezone.org" found in the key store. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |