Apache CXF API

Uses of Class
org.apache.cxf.wsn.AbstractNotificationBroker

Packages that use AbstractNotificationBroker
org.apache.cxf.wsn   
org.apache.cxf.wsn.jms   
org.apache.cxf.wsn.services   
 

Uses of AbstractNotificationBroker in org.apache.cxf.wsn
 

Fields in org.apache.cxf.wsn declared as AbstractNotificationBroker
protected  AbstractNotificationBroker AbstractSubscription.broker
           
 

Methods in org.apache.cxf.wsn that return AbstractNotificationBroker
 AbstractNotificationBroker AbstractSubscription.getBroker()
           
 

Methods in org.apache.cxf.wsn with parameters of type AbstractNotificationBroker
 void AbstractSubscription.setBroker(AbstractNotificationBroker broker)
           
 

Uses of AbstractNotificationBroker in org.apache.cxf.wsn.jms
 

Subclasses of AbstractNotificationBroker in org.apache.cxf.wsn.jms
 class JmsNotificationBroker
           
 

Uses of AbstractNotificationBroker in org.apache.cxf.wsn.services
 

Subclasses of AbstractNotificationBroker in org.apache.cxf.wsn.services
 class JaxwsNotificationBroker
           
 


Apache CXF API

Apache CXF