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

org.distributeme.test.echo.generated.RemoteEchoServiceFactory Maven / Gradle / Ivy

package org.distributeme.test.echo.generated;
//CHECKSTYLE:OFF

import net.anotheria.anoprise.metafactory.ServiceFactory;
import net.anotheria.moskito.core.dynamic.ProxyUtils;

public class RemoteEchoServiceFactory implements ServiceFactory{

	public org.distributeme.test.echo.EchoService create(){
		org.distributeme.test.echo.EchoService instance = new RemoteEchoServiceStub();
		return ProxyUtils.createServiceInstance(instance, "EchoServiceDiMe", "remote-service", "default", org.distributeme.test.echo.EchoService.class, net.anotheria.anoprise.metafactory.Service.class);
	} //...create
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy