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 Details

    • SendNotificationServiceKewXmlImpl

      public SendNotificationServiceKewXmlImpl(NotificationService notificationService)
      Constructs a SendNotificationServiceKewXmlImpl instance.
      Parameters:
      notificationService -
  • Method Details

    • invoke

      public org.kuali.rice.ken.api.notification.NotificationResponse invoke(String message)
      Actually invokes the sendNotification() service method. The KSB calls this.
      Specified by:
      invoke in interface org.kuali.rice.ken.api.service.SendNotificationService
      See Also:
      • invalid reference
        org.kuali.rice.ksb.messaging.service.KSBXMLService#invoke(java.lang.String)
    • sendNotification

      public org.kuali.rice.ken.api.notification.NotificationResponse sendNotification(org.kuali.rice.ken.api.notification.Notification notification)
      Specified by:
      sendNotification in interface org.kuali.rice.ken.api.service.SendNotificationService