org.apache.muse.ws.notification.properties
Interface ChangeNotificationListenerFactory

All Known Implementing Classes:
WsrpNotificationListenerFactory

public interface ChangeNotificationListenerFactory

ChangeNotificationListenerFactory is a device for creating PropertyChangeListeners that publish WS-N notifications about property changes. The factory allows users of ResourcePropertyListeners containers to control how the property change notifications are formatted before sending them out to subscribers.

Author:
Dan Jemiolo (danj)

Method Summary
 PropertyChangeListener newInstance(QName propertyQName, WsResource resource)
           
 

Method Detail

newInstance

PropertyChangeListener newInstance(QName propertyQName,
                                   WsResource resource)
Parameters:
propertyQName - The name of the property being monitored.
resource - The WS-resource that is publishing the given property.
Returns:
A PropertyChangeListener that will send out notifications in response to property changes.


Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.