org.distributeme.test.laecho.generated.RemoteLifecycleAwareEchoServiceFactory Maven / Gradle / Ivy
package org.distributeme.test.laecho.generated;
//CHECKSTYLE:OFF
import net.anotheria.anoprise.metafactory.ServiceFactory;
import net.anotheria.moskito.core.dynamic.ProxyUtils;
public class RemoteLifecycleAwareEchoServiceFactory implements ServiceFactory{
public org.distributeme.test.laecho.LifecycleAwareEchoService create(){
org.distributeme.test.laecho.LifecycleAwareEchoService instance = new RemoteLifecycleAwareEchoServiceStub();
return ProxyUtils.createServiceInstance(instance, "LifecycleAwareEchoServiceDiMe", "remote-service", "default", org.distributeme.test.laecho.LifecycleAwareEchoService.class, net.anotheria.anoprise.metafactory.Service.class, org.distributeme.core.lifecycle.LifecycleAware.class);
} //...create
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy