Apache CXF API

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

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

Uses of AbstractPublisher in org.apache.cxf.wsn
 

Methods in org.apache.cxf.wsn that return AbstractPublisher
protected abstract  AbstractPublisher AbstractNotificationBroker.createPublisher(String name)
           
protected  AbstractPublisher AbstractNotificationBroker.getPublisher(W3CEndpointReference producerReference)
           
 

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

Subclasses of AbstractPublisher in org.apache.cxf.wsn.jms
 class JmsPublisher
           
 

Methods in org.apache.cxf.wsn.jms that return AbstractPublisher
protected  AbstractPublisher JmsNotificationBroker.createPublisher(String name)
           
 

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

Subclasses of AbstractPublisher in org.apache.cxf.wsn.services
 class JaxwsPublisher
           
 


Apache CXF API

Apache CXF