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

org.distributeme.test.asynch.generated.AsynchTestServiceFactory Maven / Gradle / Ivy

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

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

public class AsynchTestServiceFactory implements ServiceFactory{

	public org.distributeme.test.asynch.TestService create(){
		org.distributeme.test.asynch.TestService instance = new AsynchTestServiceStub();
		return ProxyUtils.createServiceInstance(instance, "TestServiceAsDiMe", "remote-service", "default", org.distributeme.test.asynch.TestService.class, net.anotheria.anoprise.metafactory.Service.class, org.distributeme.core.asynch.AsynchStub.class, AsynchTestService.class);
	} //...create
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy