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

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

Uses of NotificationConsumer in org.apache.ws.eventing
 

Classes in org.apache.ws.eventing that implement NotificationConsumer
 class EchoConsumer
           
 class ForwardConsumer
           
 

Fields in org.apache.ws.eventing declared as NotificationConsumer
protected  NotificationConsumer AbstractSubscription.consumer
           
 

Methods in org.apache.ws.eventing that return NotificationConsumer
 NotificationConsumer AbstractSubscription.getNotificationConsumer()
           
 

Methods in org.apache.ws.eventing with parameters of type NotificationConsumer
 void AbstractSubscription.setNotificationConsumer(NotificationConsumer consumer)
           
 

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

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

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)
           
 

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

Methods in org.apache.ws.notification.base.impl that return NotificationConsumer
 NotificationConsumer AbstractSubscription.getNotificationConsumer()
           
 

Methods in org.apache.ws.notification.base.impl with parameters of type NotificationConsumer
 void AbstractSubscription.setNotificationConsumer(NotificationConsumer notificationConsumer)
           
 

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)
           
 

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.