org.kuali.rice.ken.service.impl
Class SendNotificationServiceKewXmlImpl
java.lang.Object
org.kuali.rice.ken.service.impl.SendNotificationServiceKewXmlImpl
- All Implemented Interfaces:
- KSBXMLService
public class SendNotificationServiceKewXmlImpl
- extends Object
- implements KSBXMLService
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)
Method Summary |
void |
invoke(String xml)
Actually invokes the sendNotification() service method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SendNotificationServiceKewXmlImpl
public SendNotificationServiceKewXmlImpl(NotificationService notificationService)
- Constructs a SendNotificationServiceKewXmlImpl instance.
- Parameters:
notificationService
-
invoke
public void invoke(String xml)
- Actually invokes the sendNotification() service method. The KSB calls
this.
- Specified by:
invoke
in interface KSBXMLService
- See Also:
KSBXMLService.invoke(java.lang.String)
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.