Package com.sun.jersey.atom.abdera.impl.provider.entity

JAX-RS AtomPub Provider Classes

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.
 

Package com.sun.jersey.atom.abdera.impl.provider.entity Description

JAX-RS AtomPub Provider Classes

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:

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.



Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.