Uses of Class
org.apache.cxf.ws.eventing.backend.notification.NotificatorService
-
Packages that use NotificatorService Package Description org.apache.cxf.ws.eventing.backend.manager org.apache.cxf.ws.eventing.backend.notification org.apache.cxf.ws.eventing.backend.notification.emitters -
-
Uses of NotificatorService in org.apache.cxf.ws.eventing.backend.manager
Methods in org.apache.cxf.ws.eventing.backend.manager with parameters of type NotificatorService Modifier and Type Method Description voidSubscriptionManagerImpl. registerNotificator(NotificatorService service)voidSubscriptionManagerInterfaceForNotificators. registerNotificator(NotificatorService notificator) -
Uses of NotificatorService in org.apache.cxf.ws.eventing.backend.notification
Subclasses of NotificatorService in org.apache.cxf.ws.eventing.backend.notification Modifier and Type Class Description classEventSinkInterfaceNotificatorServiceA NotificatorService dispatching events according to a known event sink interface -
Uses of NotificatorService in org.apache.cxf.ws.eventing.backend.notification.emitters
Constructors in org.apache.cxf.ws.eventing.backend.notification.emitters with parameters of type NotificatorService Constructor Description EmitterImpl(NotificatorService service)
-