|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SubscriptionEndConsumer | |
org.apache.ws.eventing | |
org.apache.ws.eventing.pubsub | |
org.apache.ws.notification.base.v2004_06.impl | |
org.apache.ws.notification.pubsub | |
org.apache.ws.pubsub |
Uses of SubscriptionEndConsumer in org.apache.ws.eventing |
Classes in org.apache.ws.eventing that implement SubscriptionEndConsumer | |
class |
ForwardEndConsumer
|
Fields in org.apache.ws.eventing declared as SubscriptionEndConsumer | |
protected SubscriptionEndConsumer |
AbstractSubscription.endconsumer
|
Methods in org.apache.ws.eventing that return SubscriptionEndConsumer | |
SubscriptionEndConsumer |
AbstractSubscription.getSubscriptionEndConsumer()
|
Methods in org.apache.ws.eventing with parameters of type SubscriptionEndConsumer | |
void |
AbstractSubscription.setSubscriptionEndConsumer(SubscriptionEndConsumer endconsumer)
|
Uses of SubscriptionEndConsumer in org.apache.ws.eventing.pubsub |
Methods in org.apache.ws.eventing.pubsub with parameters of type SubscriptionEndConsumer | |
Subscription |
Subscriber.subscribe(NotificationConsumer notificationConsumer,
SubscriptionEndConsumer subscriptionEndConsumer,
TopicFilter tf,
XPathFilter xf,
java.util.Calendar initialTerminationTime,
boolean UseNotify)
|
Uses of SubscriptionEndConsumer in org.apache.ws.notification.base.v2004_06.impl |
Methods in org.apache.ws.notification.base.v2004_06.impl that return SubscriptionEndConsumer | |
SubscriptionEndConsumer |
SubscriptionResource.getSubscriptionEndConsumer()
Get the subscriptionEnd consumer associated with this subscription. |
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)
|
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |