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

com.rop.RopRequest Maven / Gradle / Ivy

The newest version!
/**
 *
 * 日    期:12-2-10
 */
package com.rop;

/**
 * 
 *    ROP服务的请求对象,请求方法的入参必须是继承于该类。
 * 
* * @author 陈雄华 * @version 1.0 */ public interface RopRequest { /** * 获取服务方法的上下文 * * @return */ RopRequestContext getRopRequestContext(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy