Package org.somda.sdc.dpws.soap
Class NotificationSinkImpl
-
- All Implemented Interfaces:
-
org.somda.sdc.dpws.soap.NotificationSink,org.somda.sdc.dpws.soap.interception.InterceptorHandler
public class NotificationSinkImpl implements NotificationSink
Default implementation of NotificationSink.
-
-
Method Summary
Modifier and Type Method Description voidregister(Interceptor interceptor)Registers a callback object. voidreceiveNotification(SoapMessage notification, CommunicationContext communicationContext)Starts processing of an incoming SOAP notification message. -
-
Method Detail
-
register
void register(Interceptor interceptor)
Registers a callback object.
- Parameters:
interceptor- an object that possesses MessageInterceptor annotated methods.
-
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).
-
-
-
-