Interface NotificationSink

All Superinterfaces:
InterceptorHandler
All Known Implementing Classes:
NotificationSinkImpl

public interface NotificationSink extends InterceptorHandler
Interface for network bindings to invoke execution of incoming SOAP notification messages.
  • Method Details

    • receiveNotification

      void receiveNotification(SoapMessage notification, CommunicationContext communicationContext) throws SoapFaultException
      Starts processing of an incoming SOAP notification message.
      Parameters:
      notification - incoming request message.
      communicationContext - transport and application layer information (addresses, security, etc).
      Throws:
      SoapFaultException - in case a soap fault should be communicated in response