Package org.kuali.rice.ken.service.impl
Class SendNotificationServiceKewXmlImpl
java.lang.Object
org.kuali.rice.ken.service.impl.SendNotificationServiceKewXmlImpl
- All Implemented Interfaces:
org.kuali.rice.ken.api.service.SendNotificationService
public class SendNotificationServiceKewXmlImpl
extends Object
implements org.kuali.rice.ken.api.service.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 TypeMethodDescriptionorg.kuali.rice.ken.api.notification.NotificationResponseActually invokes the sendNotification() service method.org.kuali.rice.ken.api.notification.NotificationResponsesendNotification(org.kuali.rice.ken.api.notification.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 interfaceorg.kuali.rice.ken.api.service.SendNotificationService- See Also:
-
sendNotification
public org.kuali.rice.ken.api.notification.NotificationResponse sendNotification(org.kuali.rice.ken.api.notification.Notification notification) - Specified by:
sendNotificationin interfaceorg.kuali.rice.ken.api.service.SendNotificationService
-