public interface NotificationInvocationLogger
| Modifier and Type | Interface and Description |
|---|---|
static interface |
NotificationInvocationLogger.Entry
A log entry.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<NotificationInvocationLogger.Entry> |
getEntries()
get all entries.
|
NotificationInvocationLogger.Entry |
startLogging(W3CEndpointReference destination,
NotificationMessage message)
Start logging a notification invocation.
|
NotificationInvocationLogger.Entry startLogging(W3CEndpointReference destination, NotificationMessage message)
destination - destinationmessage - message to be logged.Collection<NotificationInvocationLogger.Entry> getEntries()
Copyright © 2017. All rights reserved.