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

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

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

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

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

Methods in org.apache.ws.notification.pubsub with parameters of type NotificationConsumer
 Subscription Subscriber.subscribe(NotificationConsumer notificationConsumer, SubscriptionEndConsumer subscriptionEndConsumer, TopicFilter tf, XPathFilter xf, java.util.Calendar initialTerminationTime, boolean UseNotify)
          DOCUMENT_ME
 

Uses of NotificationConsumer in org.apache.ws.pubsub
 

Methods in org.apache.ws.pubsub that return NotificationConsumer
 NotificationConsumer Subscription.getNotificationConsumer()
          Get the notification consumer associated with this subscription.
 

Methods in org.apache.ws.pubsub with parameters of type NotificationConsumer
 Subscription NotificationProducer.subscribe(NotificationConsumer notificationConsumer, SubscriptionEndConsumer subscriptionEndConsumer, TopicFilter topicFilter, XPathFilter xpathFilter, java.util.Calendar initialTerminationTime, boolean useNotify)
          Subscribe to notifications from this producer.
 



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