org.kuali.rice.ken.service.impl
Class SendNotificationServiceKewXmlImpl

java.lang.Object
  extended by 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)

Constructor Summary
SendNotificationServiceKewXmlImpl(NotificationService notificationService)
          Constructs a SendNotificationServiceKewXmlImpl instance.
 
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
 

Constructor Detail

SendNotificationServiceKewXmlImpl

public SendNotificationServiceKewXmlImpl(NotificationService notificationService)
Constructs a SendNotificationServiceKewXmlImpl instance.

Parameters:
notificationService -
Method Detail

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-2011 The Kuali Foundation. All Rights Reserved.