Interface NotificationCallback
-
- All Implemented Interfaces:
public interface NotificationCallbackCallback for network bindings to initiate an output-only message exchange.
-
-
Method Summary
Modifier and Type Method Description abstract voidonNotification(SoapMessage notification)Callback that is triggered after an interceptor chain succeeded on the outgoing direction. -
-
Method Detail
-
onNotification
abstract 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.
-
-
-
-