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

com.yqjr.framework.component.esb.IReplyParser Maven / Gradle / Ivy

/**
 * 
 */
package com.yqjr.framework.component.esb;

/**
 * ClassName: IReplyParser 
* Description: 应答码解析
* Create By: admin
* Create Date: 2017年7月14日 下午4:21:30
* Modified By:
* Modified Date:
* Modified Content:
* Version: 1.0
*/ public interface IReplyParser { public Reply parseReply(Object response); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy