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

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

There is a newer version: 4.0.2
Show newest version
package org.distributeme.agents.transporter;

import net.anotheria.anoprise.metafactory.ServiceFactory;

public class TransporterServiceFactory implements ServiceFactory{

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy