org.apache.muse.ws.notification.properties
Class WsrpNotificationListenerFactory
java.lang.Object
org.apache.muse.ws.notification.properties.WsrpNotificationListenerFactory
- All Implemented Interfaces:
- ChangeNotificationListenerFactory
public class WsrpNotificationListenerFactory
- extends Object
- implements ChangeNotificationListenerFactory
WsrpNotificationListenerFactory creates instances of the
ChangeNotificationListener class.
This is the default factory for WS-RP users who want to send out valid WS-RP
change notifications and aren't using any other event format.
- Author:
- Dan Jemiolo (danj)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WsrpNotificationListenerFactory
public WsrpNotificationListenerFactory()
newInstance
public PropertyChangeListener newInstance(QName property,
WsResource resource)
- Specified by:
newInstance
in interface ChangeNotificationListenerFactory
- Parameters:
property
- The name of the property being monitored.resource
- The WS-resource that is publishing the given property.
- Returns:
- An instance of ChangeNotificationListener.
Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.