Interface SaveAnnotationsHandler
- All Known Implementing Classes:
DemoSaveAnnotationsHandler
public interface SaveAnnotationsHandler
-
Method Summary
Modifier and TypeMethodDescriptiondefault SaveAnnotationsResponseDTO
run
(Document document, SaveAnnotationsRequestDTO dto)
-
Method Details
-
run
default SaveAnnotationsResponseDTO run(Document document, SaveAnnotationsRequestDTO dto) throws IOException, com.levigo.jadice.document.JadiceException - Parameters:
document
- the de-serialized Document- Returns:
- the message to be sent back to the client
- Throws:
IOException
com.levigo.jadice.document.JadiceException
-