Package org.somda.sdc.dpws.soap
Interface NotificationSink
-
- All Implemented Interfaces:
-
org.somda.sdc.dpws.soap.interception.InterceptorHandler
public interface NotificationSink implements InterceptorHandler
Interface for network bindings to invoke execution of incoming SOAP notification messages.
-
-
Method Summary
Modifier and Type Method Description abstract voidreceiveNotification(SoapMessage notification, CommunicationContext communicationContext)Starts processing of an incoming SOAP notification message. -
-
Method Detail
-
receiveNotification
abstract void receiveNotification(SoapMessage notification, CommunicationContext communicationContext)
Starts processing of an incoming SOAP notification message.
- Parameters:
notification- incoming request message.communicationContext- transport and application layer information (addresses, security, etc).
-
-
-
-