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

org.distributeme.test.moskitojourney.generated.RemoteBServiceFactory Maven / Gradle / Ivy

package org.distributeme.test.moskitojourney.generated;
//BEGIN GENERATED CODE

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

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

	public org.distributeme.test.moskitojourney.BService create(){
		org.distributeme.test.moskitojourney.BService instance = new RemoteBServiceStub();
		return ProxyUtils.createServiceInstance(instance, "BServiceDiMe", "remote-service", "default", org.distributeme.test.moskitojourney.BService.class, net.anotheria.anoprise.metafactory.Service.class);
	} //...create
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy