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

org.distributeme.firstexample.generated.RemoteFirstServiceFactory Maven / Gradle / Ivy

package org.distributeme.firstexample.generated;
//BEGIN GENERATED CODE

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

@SuppressWarnings("PMD")
public class RemoteFirstServiceFactory implements ServiceFactory{

	public org.distributeme.firstexample.FirstService create(){
		org.distributeme.firstexample.FirstService instance = new RemoteFirstServiceStub();
		return ProxyUtils.createServiceInstance(instance, "FirstServiceDiMe", "remote-service", "default", org.distributeme.firstexample.FirstService.class, net.anotheria.anoprise.metafactory.Service.class);
	} //...create
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy