127128129130131132133134135
@Override public ReqEntity getEntity() { File file = new File(jtf_file.getText()); ReqEntityFileBean entity = new ReqEntityFileBean(file, jp_content_type_charset.getContentType()); return entity; }