org.distributeme.test.eecho.generated.RemoteEEchoServiceFactory Maven / Gradle / Ivy
package org.distributeme.test.eecho.generated;
//CHECKSTYLE:OFF
import net.anotheria.anoprise.metafactory.ServiceFactory;
import net.anotheria.moskito.core.dynamic.ProxyUtils;
public class RemoteEEchoServiceFactory implements ServiceFactory{
public org.distributeme.test.eecho.EEchoService create(){
org.distributeme.test.eecho.EEchoService instance = new RemoteEEchoServiceStub();
return ProxyUtils.createServiceInstance(instance, "EEchoServiceDiMe", "remote-service", "default", org.distributeme.test.eecho.EEchoService.class, org.distributeme.test.echo.EchoService.class, net.anotheria.anoprise.metafactory.Service.class);
} //...create
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy