|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotificationMessageListener | |
---|---|
org.apache.muse.ws.notification | |
org.apache.muse.ws.notification.impl |
Uses of NotificationMessageListener in org.apache.muse.ws.notification |
---|
Subinterfaces of NotificationMessageListener in org.apache.muse.ws.notification | |
---|---|
interface |
TopicListener
TopicListener is a NotificationMessageListener that only listens on a certain WS-N Topic. |
Methods in org.apache.muse.ws.notification with parameters of type NotificationMessageListener | |
---|---|
void |
NotificationConsumer.addMessageListener(NotificationMessageListener listener)
Adds the listener to the list of listeners that will be notified whenever a message is received by the resource. |
void |
NotificationConsumer.removeMessageListener(NotificationMessageListener listener)
|
Uses of NotificationMessageListener in org.apache.muse.ws.notification.impl |
---|
Classes in org.apache.muse.ws.notification.impl that implement NotificationMessageListener | |
---|---|
class |
SimplePullPoint
SimplePullPoint is Muse's default implementation of the WS-Notification PullPoint port type and the data store API that augments it. |
Methods in org.apache.muse.ws.notification.impl with parameters of type NotificationMessageListener | |
---|---|
void |
SimpleNotificationConsumer.addMessageListener(NotificationMessageListener listener)
|
void |
SimpleNotificationConsumer.removeMessageListener(NotificationMessageListener listener)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |