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

com.rop.RopMarshaller Maven / Gradle / Ivy

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

import java.io.OutputStream;

/**
 * 
 *   负责将请求方法返回的{@link RopResponse}流化为相应格式的内容。
 * 
* * @author 陈雄华 * @version 1.0 */ public interface RopMarshaller { void marshaller(Object object, OutputStream outputStream); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy