org.fao.geonet.services.notifications
Class List
java.lang.Object
org.fao.geonet.services.notifications.List
- All Implemented Interfaces:
- Service
public class List
- extends Object
- implements Service
Service that returns all persisted notification targets.
- Author:
- heikki doeleman
|
Constructor Summary |
List()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
List
public List()
init
public void init(String appPath,
ServiceConfig params)
throws Exception
- Specified by:
init in interface Service
- Parameters:
appPath - params -
- Throws:
Exception
exec
public org.jdom.Element exec(org.jdom.Element params,
ServiceContext context)
throws Exception
- Retrieves notification targets.
- Specified by:
exec in interface Service
- Parameters:
params - context -
- Returns:
-
- Throws:
Exception
Copyright © 2003-2013. All Rights Reserved.