Class NotificationSourceUdpCallback

    • Method Detail

      • onNotification

        public void onNotification​(SoapMessage notification)
                            throws MarshallingException
        Description copied from interface: NotificationCallback
        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.

        Specified by:
        onNotification in interface NotificationCallback
        Parameters:
        notification - the notification to push.
        Throws:
        MarshallingException - if an error occurs during marshalling or unmarshalling of a SOAP message.