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

com.jd.httpservice.HttpServiceContext Maven / Gradle / Ivy

There is a newer version: 2.1.4.RELEASE
Show newest version
package com.jd.httpservice;

/**
 * HttpServiceContext 定义了 HTTP 服务代理上下文的信息;
 * 
 * @author haiq
 *
 */
public interface HttpServiceContext {

	/**
	 * 服务接口的类型;
	 * @return
	 */
	Class getServiceClasss();

	/**
	 * 创建服务代理实例时由调用者指定的绑定对象;
	 * @return
	 */
	Object getProxyBindingData();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy