Package org.somda.sdc.dpws.soap
Class NotificationSourceImpl
-
- All Implemented Interfaces:
-
org.somda.sdc.dpws.soap.NotificationSource,org.somda.sdc.dpws.soap.interception.InterceptorHandler
public class NotificationSourceImpl implements NotificationSource
Default implementation of NotificationSource.
-
-
Method Summary
Modifier and Type Method Description voidregister(Interceptor interceptor)Registers a callback object. voidsendNotification(SoapMessage notification)Sends a SOAP notification message. -
-
Method Detail
-
register
void register(Interceptor interceptor)
Registers a callback object.
- Parameters:
interceptor- an object that possesses MessageInterceptor annotated methods.
-
sendNotification
void sendNotification(SoapMessage notification)
Sends a SOAP notification message.
This method returns as soon as the message left the application process.
- Parameters:
notification- outgoing notification message.
-
-
-
-