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

org.caiguoqing.uyuni.rpc.client.Client Maven / Gradle / Ivy

The newest version!
/**
 * 
 */
package org.caiguoqing.uyuni.rpc.client;

/**
 * @author org.caiguoqing
 * 
 */
public interface Client {
	public  T refer(final Class referInterface,String host,int port) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy