|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
AbstractCompletableReaderWriter<T extends Base> | |
CategoriesProvider | JAX-RS Provider for an AtomPub Categories Document instance. |
EntryProvider | JAX-RS Provider for an Atom Entry Document instance. |
FeedProvider | JAX-RS Provider for an Atom Feed Document instance. |
ServiceProvider | JAX-RS Provider for an AtomPub Service Document instance. |
This package contains JAX-RS Provider classes for the media types defined by the Atom Publishing Protocol.
In general, applications should not need to reference these classes directly. Therefore, backwards compatibility for APIs within this package should NOT be assumed across versions of Jersey.
This module leverages the data model and parsing classes from the Apache Abdera Project to convert between the internal (Java object) and external (XML or JSON) representations of the specified Abdera model APIs:
Service
- AtomPub Service Document.Categories
- AtomPub Category Document.Feed
- Atom Feed Document.Entry
- Atom Entry Document.In general, response representations in either XML (standard Atom or
AtomPub formats) or JSON (transliteration of Atom/AtomPub format to XML)
may be requested, via the HTTP Accept
header. See the class
Javadocs for each provider class (and review the value specified for the
JAX-RS Consumes
and Produces
annotations) for the exact capabilities of each provider.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |