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

Packages that use AbstractPublisher
org.apache.servicemix.wsn This package provides base classes for WS-Notification implementations. 
org.apache.servicemix.wsn.jbi JBI implementation of NotificationBroker and related services. 
org.apache.servicemix.wsn.jms JMS based implementation of the NotificationBroker and related services. 
 

Uses of AbstractPublisher in org.apache.servicemix.wsn
 

Methods in org.apache.servicemix.wsn that return AbstractPublisher
protected abstract  AbstractPublisher AbstractNotificationBroker.createPublisher(String name)
           
protected  AbstractPublisher AbstractNotificationBroker.getPublisher(javax.xml.ws.wsaddressing.W3CEndpointReference producerReference)
           
 

Uses of AbstractPublisher in org.apache.servicemix.wsn.jbi
 

Subclasses of AbstractPublisher in org.apache.servicemix.wsn.jbi
 class JbiPublisher
           
 

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

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

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



Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.