Interface NotificationCallback

  • All Implemented Interfaces:

    
    public interface NotificationCallback
    
                        

    Callback for network bindings to initiate an output-only message exchange.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void onNotification(SoapMessage notification) Callback that is triggered after an interceptor chain succeeded on the outgoing direction.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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.