
org.moskito.central.endpoints.rmi.RMIEndpointServiceFactory Maven / Gradle / Ivy
package org.moskito.central.endpoints.rmi;
import net.anotheria.anoprise.metafactory.ServiceFactory;
/**
* RMIEndpointService factory.
*
* @author dagafonov
*
*/
public class RMIEndpointServiceFactory implements ServiceFactory {
@Override
public RMIEndpointService create() {
return new RMIEndpointServiceImpl();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy