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

Packages that use SubscriptionEndConsumer
org.apache.ws.notification.pubsub   
org.apache.ws.pubsub   
 

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

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

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

Uses of SubscriptionEndConsumer in org.apache.ws.pubsub
 

Methods in org.apache.ws.pubsub that return SubscriptionEndConsumer
 SubscriptionEndConsumer Subscription.getSubscriptionEndConsumer()
          Get the subscriptionEnd consumer associated with this subscription.
 

Methods in org.apache.ws.pubsub with parameters of type SubscriptionEndConsumer
 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.