Uses of Interface
org.apache.ws.pubsub.NotificationProducer

Packages that use NotificationProducer
org.apache.ws.notification.base   
org.apache.ws.notification.pubsub   
org.apache.ws.pubsub   
 

Uses of NotificationProducer in org.apache.ws.notification.base
 

Methods in org.apache.ws.notification.base with parameters of type NotificationProducer
 void Subscription.setNotificationProducer(NotificationProducer notificationProducer)
          This method exists for the Pubsub abstraction layer.
 

Uses of NotificationProducer in org.apache.ws.notification.pubsub
 

Classes in org.apache.ws.notification.pubsub that implement NotificationProducer
 class Subscriber
           
 

Uses of NotificationProducer in org.apache.ws.pubsub
 

Methods in org.apache.ws.pubsub that return NotificationProducer
 NotificationProducer Subscription.getNotificationProducer()
          Get the notification producer associated with this subscription.
 NotificationProducer NotificationProducerFactory.createNotificationProducer(java.lang.String url, java.lang.String configfile)
          DOCUMENT_ME
 



Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.