Package org.somda.sdc.dpws.soap
Interface NotificationSink
- All Superinterfaces:
InterceptorHandler
- All Known Implementing Classes:
NotificationSinkImpl
Interface for network bindings to invoke execution of incoming SOAP notification messages.
-
Method Summary
Modifier and TypeMethodDescriptionvoidreceiveNotification(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 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
-