Apache CXF API

Uses of Class
org.apache.cxf.jaxrs.ext.atom.AbstractAtomElementBuilder

Packages that use AbstractAtomElementBuilder
org.apache.cxf.jaxrs.ext.atom   
org.apache.cxf.jaxrs.provider   
 

Uses of AbstractAtomElementBuilder in org.apache.cxf.jaxrs.ext.atom
 

Subclasses of AbstractAtomElementBuilder in org.apache.cxf.jaxrs.ext.atom
 class 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
 class 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
 

Uses of AbstractAtomElementBuilder in org.apache.cxf.jaxrs.provider
 

Method parameters in org.apache.cxf.jaxrs.provider with type arguments of type AbstractAtomElementBuilder
 void AtomPojoProvider.setAtomBuilders(Map<String,AbstractAtomElementBuilder<?>> builders)
           
 


Apache CXF API

Apache CXF