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

org.distributeme.test.echo.EchoServiceFactory Maven / Gradle / Ivy

package org.distributeme.test.echo;

import net.anotheria.anoprise.metafactory.ServiceFactory;

/**
 * Factory to create new EchoService instances.
 */
public class EchoServiceFactory implements ServiceFactory{
	@Override
	public EchoService create(){
		return new EchoServiceImpl();
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy