org.kuali.rice.ken.api.service
Interface SendNotificationService

All Known Implementing Classes:
SendNotificationServiceKewXmlImpl

public interface SendNotificationService

Service that enables publishing a KEN notification document.


Method Summary
 NotificationResponse invoke(String message)
          This method invokes a notification with the given message.
 NotificationResponse sendNotification(Notification notification)
          This method allows consumers to send notification messages.
 

Method Detail

invoke

NotificationResponse invoke(String message)
                            throws RiceIllegalArgumentException
This method invokes a notification with the given message. This particular service accepts the actual business object.

Parameters:
message -
Returns:
NotificationResponse
Throws:
RiceIllegalArgumentException

sendNotification

NotificationResponse sendNotification(Notification notification)
This method allows consumers to send notification messages.

Parameters:
notification -
Returns:
NotificationResponse
Since:
2.0.1


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.