package eu.eudat.service.responseutils; import org.springframework.http.ResponseEntity; public interface ResponseUtilsService { ResponseEntity buildResponseFileFromText(String text, String fileName); }