Interface StampService
-
- All Known Implementing Classes:
SoapStampClient
,SoapStampService
public interface StampService
WebService to allow a user to stamp documents- Since:
- 8.1.1
- Author:
- Marco Meschieri - LogicalDOC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
stamp(String sid, long docId, String stamp)
Applies a stamp in a document
-