Apache CXF API

Uses of Interface
org.apache.cxf.ws.eventing.backend.manager.SubscriptionManagerInterfaceForNotificators

Packages that use SubscriptionManagerInterfaceForNotificators
org.apache.cxf.ws.eventing.backend.manager   
org.apache.cxf.ws.eventing.backend.notification   
 

Uses of SubscriptionManagerInterfaceForNotificators in org.apache.cxf.ws.eventing.backend.manager
 

Subinterfaces of SubscriptionManagerInterfaceForNotificators in org.apache.cxf.ws.eventing.backend.manager
 interface SubscriptionManager
          The core functionality representing WS-Eventing backend logic.
 

Classes in org.apache.cxf.ws.eventing.backend.manager that implement SubscriptionManagerInterfaceForNotificators
 class SubscriptionManagerImpl
          The core class representing WS-Eventing backend.
 

Uses of SubscriptionManagerInterfaceForNotificators in org.apache.cxf.ws.eventing.backend.notification
 

Methods in org.apache.cxf.ws.eventing.backend.notification that return SubscriptionManagerInterfaceForNotificators
protected abstract  SubscriptionManagerInterfaceForNotificators NotificatorService.obtainManager()
           
 


Apache CXF API

Apache CXF