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

ibt.ortc.extensibility.OrtcFactory Maven / Gradle / Ivy

There is a newer version: 2.1.44
Show newest version
/**
 * @fileoverview This file contains the definition of the ortc factory interface
 * @author ORTC team members ([email protected]) 
 */
package ibt.ortc.extensibility;

/**
 * Represents a factory of a type of ortc clients.
 *  
 * @version 2.1.0 27 Mar 2013 2012
 * @author IBT
 *
 */
public interface OrtcFactory {
	/**
	 * Creates a new instance of a OrtcClient.
	 * @return OrtcClient Ortc client instance
	 */
	public OrtcClient createClient();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy