org.apache.muse.ws.notification.properties
Class WsrpNotificationListenerFactory

java.lang.Object
  extended by 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)

Constructor Summary
WsrpNotificationListenerFactory()
           
 
Method Summary
 PropertyChangeListener newInstance(QName property, WsResource resource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsrpNotificationListenerFactory

public WsrpNotificationListenerFactory()
Method Detail

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.