package org.wiztools.restclient.bean; /** * * @author subwiz */ public interface ReqEntityByteArray extends ReqEntitySimple { byte[] getBody(); }