SendNotificationService

Name SendNotification
Version
Included Services  
Java Package org.kuali.rice.ken.api.service

Service that enables publishing a KEN notification document.

Operations
Main Message Structures

Method invoke
Description This method invokes a notification with the given message. This particular service
accepts the actual business object.
Parameters String message ???
Return NotificationResponse NotificationResponse
Errors RiceIllegalArgumentException ???

Back to Operations

Method sendNotification
Description This method allows consumers to send notification messages.
Parameters Notification notification ???
Return NotificationResponse NotificationResponse
Errors NONE No Errors

Back to Operations