Uses of Interface
org.apache.cxf.management.web.logging.atom.converter.Converter

Packages that use Converter
org.apache.cxf.management.web.logging.atom Support for producing logs in ATOM Syndication Format
org.apache.cxf.management.web.logging.atom.converter   
 

Uses of Converter in org.apache.cxf.management.web.logging.atom
 

Methods in org.apache.cxf.management.web.logging.atom with parameters of type Converter
 void AtomPushBean.setConverter(Converter converter)
          Set initialized converter.
 

Constructors in org.apache.cxf.management.web.logging.atom with parameters of type Converter
AtomPushHandler(int batchSize, Converter converter, Deliverer deliverer)
          Creates handler with custom parameters.
 

Uses of Converter in org.apache.cxf.management.web.logging.atom.converter
 

Classes in org.apache.cxf.management.web.logging.atom.converter that implement Converter
 class StandardConverter
          Converter producing ATOM Feeds on standalone Entries with LogRecords or LogRecordsLists embedded as content or extension.
 



Apache CXF