Package org.somda.sdc.dpws.helper
Class NotificationSourceUdpCallback
- java.lang.Object
-
- org.somda.sdc.dpws.helper.NotificationSourceUdpCallback
-
- All Implemented Interfaces:
NotificationCallback
public class NotificationSourceUdpCallback extends Object implements NotificationCallback
MarshallSoapMessageand distribute them viaUdpMessageQueueService.NotificationSourceUdpCallback implements
NotificationCallbackand is intended to be used by aNotificationSourceinstance to be connected with aUdpMessageQueueService.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonNotification(SoapMessage notification)Callback that is triggered after an interceptor chain succeeded on the outgoing direction.
-
-
-
Method Detail
-
onNotification
public void onNotification(SoapMessage notification) throws MarshallingException
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.
-
-