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

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

Uses of NotificationProducer in org.apache.ws.eventing
 

Methods in org.apache.ws.eventing that return NotificationProducer
 NotificationProducer AbstractSubscription.getNotificationProducer()
           
 

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

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

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)
           
 

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

Methods in org.apache.ws.notification.base.impl that return NotificationProducer
 NotificationProducer AbstractSubscription.getNotificationProducer()
           
 

Methods in org.apache.ws.notification.base.impl with parameters of type NotificationProducer
 void AbstractSubscription.setNotificationProducer(NotificationProducer notificationProducer)
           
 

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)
           
 



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