Package org.somda.sdc.dpws.soap
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreceiveNotification(SoapMessage notification, CommunicationContext communicationContext)Starts processing of an incoming SOAP notification message.-
Methods inherited from interface org.somda.sdc.dpws.soap.interception.InterceptorHandler
register
-
-
-
-
Method Detail
-
receiveNotification
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).
-
-