|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NotificationResponse | |
|---|---|
| org.kuali.rice.ken.service | |
| org.kuali.rice.ken.service.impl | |
| Uses of NotificationResponse in org.kuali.rice.ken.service |
|---|
| Methods in org.kuali.rice.ken.service that return NotificationResponse | |
|---|---|
NotificationResponse |
NotificationService.sendNotification(Notification notification)
This method allows consumers to send notification messages. |
NotificationResponse |
NotificationService.sendNotification(String notificationMessageAsXml)
This method allows consumers to send notification messages. |
| Methods in org.kuali.rice.ken.service with parameters of type NotificationResponse | |
|---|---|
String |
NotificationMessageContentService.generateNotificationResponseMessage(NotificationResponse response)
Generates a Notification response message |
| Uses of NotificationResponse in org.kuali.rice.ken.service.impl |
|---|
| Methods in org.kuali.rice.ken.service.impl that return NotificationResponse | |
|---|---|
NotificationResponse |
NotificationServiceImpl.sendNotification(Notification notification)
|
NotificationResponse |
NotificationServiceImpl.sendNotification(String notificationMessageAsXml)
This method is responsible for parsing out the notification message which is sent in as a String of XML. |
| Methods in org.kuali.rice.ken.service.impl with parameters of type NotificationResponse | |
|---|---|
String |
NotificationMessageContentServiceImpl.generateNotificationResponseMessage(NotificationResponse response)
This method will marshall out the NotificationResponse object as a String of XML, using XStream. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||