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

org.distributeme.agents.transporter.TransporterServiceFactory Maven / Gradle / Ivy

package org.distributeme.agents.transporter;

import net.anotheria.anoprise.metafactory.ServiceFactory;

public class TransporterServiceFactory implements ServiceFactory{

	@Override
	public TransporterService create() {
		return new TransporterServiceImpl();
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy