Apache CXF API

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

Packages that use SubscriptionManagerInterfaceForEventSources
org.apache.cxf.ws.eventing.backend.manager   
org.apache.cxf.ws.eventing.eventsource   
 

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

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

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

Uses of SubscriptionManagerInterfaceForEventSources in org.apache.cxf.ws.eventing.eventsource
 

Methods in org.apache.cxf.ws.eventing.eventsource that return SubscriptionManagerInterfaceForEventSources
protected abstract  SubscriptionManagerInterfaceForEventSources AbstractEventSource.getSubscriptionManagerBackend()
           
 


Apache CXF API

Apache CXF