COSMOS ${releaseVersion} data-collection Project
Public API Specification

org.eclipse.cosmos.dc.mgmt.provisional.wsdm.impl
Class DynamicNotificationConsumer

java.lang.Object
  extended by org.apache.muse.core.AbstractCapability
      extended by org.eclipse.cosmos.dc.mgmt.provisional.wsdm.impl.DynamicNotificationConsumer
All Implemented Interfaces:
org.apache.muse.core.Capability, org.apache.muse.core.Initialization, org.apache.muse.core.InitializationParameters, org.apache.muse.core.Shutdown, org.apache.muse.ws.notification.NotificationMessageListener

public class DynamicNotificationConsumer
extends org.apache.muse.core.AbstractCapability
implements org.apache.muse.ws.notification.NotificationMessageListener


Constructor Summary
DynamicNotificationConsumer(WSDMInfo info, org.w3c.dom.Element wsdl)
           
 
Method Summary
 boolean accepts(org.apache.muse.ws.notification.NotificationMessage message)
           
 void process(org.apache.muse.ws.notification.NotificationMessage message)
           
 
Methods inherited from class org.apache.muse.core.AbstractCapability
getActions, getCapabilityURI, getEnvironment, getInitializationParameter, getInitializationParameters, getLog, getMessageHandler, getPersistence, getResource, hasBeenInitialized, hasBeenShutdown, initialize, initializeCompleted, prepareShutdown, setCapabilityURI, setEnvironment, setInitializationParameters, setLog, setMessageHandler, setMessageHandlers, setPersistence, setResource, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicNotificationConsumer

public DynamicNotificationConsumer(WSDMInfo info,
                                   org.w3c.dom.Element wsdl)
Method Detail

accepts

public boolean accepts(org.apache.muse.ws.notification.NotificationMessage message)
Specified by:
accepts in interface org.apache.muse.ws.notification.NotificationMessageListener

process

public void process(org.apache.muse.ws.notification.NotificationMessage message)
             throws org.apache.muse.ws.addressing.soap.SoapFault
Specified by:
process in interface org.apache.muse.ws.notification.NotificationMessageListener
Throws:
org.apache.muse.ws.addressing.soap.SoapFault

COSMOS ${releaseVersion} data-collection Project
Public API Specification