Uses of Class
org.apache.cxf.management.web.logging.atom.converter.StandardConverter.Output

Packages that use StandardConverter.Output
org.apache.cxf.management.web.logging.atom.converter   
 

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

Methods in org.apache.cxf.management.web.logging.atom.converter that return StandardConverter.Output
static StandardConverter.Output StandardConverter.Output.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StandardConverter.Output[] StandardConverter.Output.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.cxf.management.web.logging.atom.converter with parameters of type StandardConverter.Output
StandardConverter(StandardConverter.Output output, StandardConverter.Multiplicity multiplicity, StandardConverter.Format format)
          Creates configured converter with default post-processing of feeds/entries mandatory properties.
StandardConverter(StandardConverter.Output output, StandardConverter.Multiplicity multiplicity, StandardConverter.Format format, org.apache.cxf.jaxrs.provider.atom.AbstractFeedBuilder<List<LogRecord>> feedBuilder, org.apache.cxf.jaxrs.provider.atom.AbstractEntryBuilder<List<LogRecord>> entryBuilder)
          Creates configured converter with feeds/entries post-processing based on data provided by feed and entry builders.
 



Apache CXF