Package org.somda.sdc.dpws.helper
Class NotificationSourceUdpCallback
java.lang.Object
org.somda.sdc.dpws.helper.NotificationSourceUdpCallback
- All Implemented Interfaces:
NotificationCallback
Marshall
SoapMessage and distribute them via UdpMessageQueueService.
NotificationSourceUdpCallback implements NotificationCallback and is intended to be used by
a NotificationSource instance to be connected with a UdpMessageQueueService.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonNotification(SoapMessage notification) Callback that is triggered after an interceptor chain succeeded on the outgoing direction.
-
Method Details
-
onNotification
Description copied from interface:NotificationCallbackCallback that is triggered after an interceptor chain succeeded on the outgoing direction.As notifications are handled as fire and forget, no faults and answers are accepted.
todo DGr may accept SOAP faults for better error analysis.
- Specified by:
onNotificationin interfaceNotificationCallback- Parameters:
notification- the notification to push.- Throws:
MarshallingException- if an error occurs during marshalling or unmarshalling of a SOAP message.
-