Class NotificationSourceImpl

    • 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
      void register(Interceptor interceptor) Registers a callback object.
      void sendNotification(SoapMessage notification) Sends a SOAP notification message.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • sendNotification

         void sendNotification(SoapMessage notification)

        Sends a SOAP notification message.

        This method returns as soon as the message left the application process.

        Parameters:
        notification - outgoing notification message.