org.apache.cxf.ws.eventing.backend.notification
Class EventSinkInterfaceNotificatorService
java.lang.Object
org.apache.cxf.ws.eventing.backend.notification.NotificatorService
org.apache.cxf.ws.eventing.backend.notification.EventSinkInterfaceNotificatorService
public abstract class EventSinkInterfaceNotificatorService
- extends NotificatorService
A NotificatorService dispatching events according to a known event sink interface
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventSinkInterfaceNotificatorService
public EventSinkInterfaceNotificatorService()
getEventSinkInterface
protected abstract Class<?> getEventSinkInterface()
submitNotificationTask
protected void submitNotificationTask(SubscriptionTicket ticket,
Object event)
- Specified by:
submitNotificationTask
in class NotificatorService
Apache CXF