Apache CXF API

Package org.apache.cxf.jaxrs.ext.atom

Interface Summary
AtomElementReader<T extends Element,E> A callback-style interface which can be used to deserialize an Atom Feed or Entry into a custom object without having to introduce direct dependencies on Abdera API in the 'main' service code
AtomElementWriter<T extends Element,E> A callback-style interface which can be used to map an object to an Atom Feed or Entry without having to introduce direct dependencies on Abdera API in the 'main' service code
 

Class Summary
AbstractAtomElementBuilder<T> A callback-style provider which can be used to map an object to Atom Feed or Entry without having to deal directly with types representing Atom feeds or entries
AbstractEntryBuilder<T> A callback-style provider which can be used to map an object to Atom Entry without having to deal directly with types representing Atom entries
AbstractFeedBuilder<T> A callback-style provider which can be used to map an object to Atom Feed without having to deal directly with types representing Atom feeds
 


Apache CXF API

Apache CXF