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

org.openl.util.ce.IServiceMTFactory Maven / Gradle / Ivy

There is a newer version: 5.19.9
Show newest version
package org.openl.util.ce;

import org.openl.util.ce.conf.ServiceMTConfiguration;

public interface IServiceMTFactory {

	IServiceMT makeService(ServiceMTConfiguration config);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy