Package org.somda.sdc.dpws.helper
Class NotificationSourceUdpCallback
-
- All Implemented Interfaces:
-
org.somda.sdc.dpws.soap.interception.NotificationCallback
public class NotificationSourceUdpCallback implements 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 Type Method Description voidonNotification(SoapMessage notification)Callback that is triggered after an interceptor chain succeeded on the outgoing direction. -
-
Method Detail
-
onNotification
void onNotification(SoapMessage notification)
Callback 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.
- Parameters:
notification- the notification to push.
-
-
-
-