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

java.lang.Object
  extended by org.kuali.rice.ken.service.impl.SendNotificationServiceKewXmlImpl
All Implemented Interfaces:
SendNotificationService

public class SendNotificationServiceKewXmlImpl
extends Object
implements SendNotificationService

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 message)
          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 message)
Actually invokes the sendNotification() service method. The KSB calls this.

Specified by:
invoke in interface SendNotificationService
See Also:
KSBXMLService.invoke(java.lang.String)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.