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

Packages that use AbstractSubscription
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 AbstractSubscription in org.apache.servicemix.wsn
 

Methods in org.apache.servicemix.wsn that return AbstractSubscription
protected abstract  AbstractSubscription AbstractNotificationBroker.createSubcription(String name)
           
 

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

Subclasses of AbstractSubscription in org.apache.servicemix.wsn.jbi
 class JbiSubscription
           
 

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

Subclasses of AbstractSubscription in org.apache.servicemix.wsn.jms
 class JmsSubscription
           
 

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



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