org.kuali.rice.ken.service.impl
Class SendNotificationServiceKewXmlImpl

java.lang.Object
  extended by org.kuali.rice.ken.service.impl.SendNotificationServiceKewXmlImpl
All Implemented Interfaces:
SendNotificationService

public class SendNotificationServiceKewXmlImpl
extends Object
implements 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
SendNotificationServiceKewXmlImpl(NotificationService notificationService)
          Constructs a SendNotificationServiceKewXmlImpl instance.
 
Method Summary
 NotificationResponse invoke(String message)
          Actually invokes the sendNotification() service method.
 NotificationResponse sendNotification(Notification notification)
          This method allows consumers to send notification messages.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SendNotificationServiceKewXmlImpl

public SendNotificationServiceKewXmlImpl(NotificationService notificationService)
Constructs a SendNotificationServiceKewXmlImpl instance.

Parameters:
notificationService -
Method Detail

invoke

public NotificationResponse invoke(String message)
Actually invokes the sendNotification() service method. The KSB calls this.

Specified by:
invoke in interface SendNotificationService
Returns:
NotificationResponse
See Also:
KSBXMLService.invoke(java.lang.String)

sendNotification

public NotificationResponse sendNotification(Notification notification)
Description copied from interface: SendNotificationService
This method allows consumers to send notification messages.

Specified by:
sendNotification in interface SendNotificationService
Returns:
NotificationResponse


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.