Package org.somda.sdc.dpws.soap
Interface NotificationSource
-
- All Implemented Interfaces:
-
org.somda.sdc.dpws.soap.interception.InterceptorHandler
public interface NotificationSource implements InterceptorHandler
Interface to send notifications to event sinks.
-
-
Method Summary
Modifier and Type Method Description abstract voidsendNotification(SoapMessage notification)Sends a SOAP notification message. -
-
Method Detail
-
sendNotification
abstract void sendNotification(SoapMessage notification)
Sends a SOAP notification message.
This method returns as soon as the message left the application process.
- Parameters:
notification- outgoing notification message.
-
-
-
-