|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |