org.kuali.rice.ken.service.ws
Interface NotificationWebService
- All Superinterfaces: 
- Remote
- All Known Implementing Classes: 
- NotificationWebServiceImpl
- public interface NotificationWebService 
- extends Remote
Web service interface to NotificationService - allows remote sending of notifications from other systems via Web Service interaction.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
sendNotification
String sendNotification(String notificationMessageAsXml)
                        throws RemoteException
- This method allows consumers to send notification messages.  This particular service 
 accepts the XML format of the notification and then marshals it out into the actual 
 business object construct, for further processing.  The response is also sent back as 
 a String of XML.
 
- 
 
- 
- Parameters:
- notificationMessageAsXml-
- Returns:
- String
- Throws:
- RemoteException
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.