|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.ext.atom.AbstractFeedBuilder<List<LogRecord>> feedBuilder,
org.apache.cxf.jaxrs.ext.atom.AbstractEntryBuilder<List<LogRecord>> entryBuilder)
Creates configured converter with feeds/entries post-processing based on data provided by feed and entry builders. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||