All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.daedafusion.sf.Service Maven / Gradle / Ivy

There is a newer version: 1.1
Show newest version
package com.daedafusion.sf;

import java.util.List;

/**
 * Created by mphilpot on 7/2/14.
 */
public interface Service extends ManagedObject
{
    /**
     * This is required to set providers from a service from the Service Registry implementation
     * @param mos
     */
    void addProviders(List mos);

    Class getProviderInterface();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy