| Package | Description |
|---|---|
| org.apache.cxf.management.web.logging.atom |
Support for producing logs in
ATOM Syndication Format.
|
| org.apache.cxf.management.web.logging.atom.converter |
| Modifier and Type | Method and Description |
|---|---|
void |
AtomPushOverWebSocketServer.setConverter(Converter converter)
Set initialized converter.
|
void |
AtomPushBean.setConverter(Converter converter)
Set initialized converter.
|
| Constructor and Description |
|---|
AtomPushHandler(int batchSize,
Converter converter,
Deliverer deliverer)
Creates handler with custom parameters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StandardConverter
Converter producing ATOM Feeds on standalone Entries with LogRecords or LogRecordsLists embedded as content
or extension.
|
Apache CXF