Package org.kuali.rice.ken.service.impl
Class SendNotificationServiceKewXmlImpl
java.lang.Object
org.kuali.rice.ken.service.impl.SendNotificationServiceKewXmlImpl
- All Implemented Interfaces:
SendNotificationService
This class allows the NotificationService.sendNotification(XML) service
to be invoked as a web service generically from the bus.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
ConstructorsConstructorDescriptionSendNotificationServiceKewXmlImpl(NotificationService notificationService) Constructs a SendNotificationServiceKewXmlImpl instance. -
Method Summary
Modifier and TypeMethodDescriptionActually invokes the sendNotification() service method.sendNotification(Notification notification)
-
Constructor Details
-
SendNotificationServiceKewXmlImpl
Constructs a SendNotificationServiceKewXmlImpl instance.- Parameters:
notificationService-
-
-
Method Details
-
invoke
Actually invokes the sendNotification() service method. The KSB calls this.- Specified by:
invokein interfaceSendNotificationService- See Also:
-
sendNotification
- Specified by:
sendNotificationin interfaceSendNotificationService
-