dnet-core/dnet-core-components/src/main/java/eu/dnetlib/enabling/hcm/rmi/HostingContextManagerServic...

21 lines
479 B
Java

package eu.dnetlib.enabling.hcm.rmi;
import javax.jws.WebService;
import eu.dnetlib.common.rmi.BaseService;
/**
* Like a HostingNodeManager, but any webapp (web context) can have its own.
* <p>
* useful for dispatching notifications shared by all the services local to a single context.
* </p>
*
* @author marko
* @author antonis
*
*/
@WebService(targetNamespace = "http://services.dnetlib.eu/")
public interface HostingContextManagerService extends BaseService {
}