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

org.moskito.central.endpoints.rmi.RMIEndpointServiceFactory Maven / Gradle / Ivy

There is a newer version: 1.1.4
Show newest version
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