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

All Known Implementing Classes:
StandardConverter

public interface Converter

Converts batch of log records into one or more ATOM Elements to deliver.


Method Summary
 List<? extends org.apache.abdera.model.Element> convert(List<LogRecord> records)
          Converts given collection.
 

Method Detail

convert

List<? extends org.apache.abdera.model.Element> convert(List<LogRecord> records)
Converts given collection.

Parameters:
records - not-null collection of records
Returns:
non-empty collection of ATOM Elements that represent log records


Apache CXF