Class DemoSaveAnnotationsHandler
java.lang.Object
com.levigo.jadice.web.demo.common.server.annotation.DemoSaveAnnotationsHandler
- All Implemented Interfaces:
SaveAnnotationsHandler
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DemoSaveAnnotationsHandler
public DemoSaveAnnotationsHandler()
-
-
Method Details
-
run
public SaveAnnotationsResponseDTO run(Document document, SaveAnnotationsRequestDTO dto) throws IOException, com.levigo.jadice.document.JadiceException - Specified by:
run
in interfaceSaveAnnotationsHandler
- Parameters:
document
- the de-serialized Document- Returns:
- the message to be sent back to the client
- Throws:
IOException
com.levigo.jadice.document.JadiceException
-