Class SoapStampService
- java.lang.Object
-
- com.logicaldoc.webservice.AbstractService
-
- com.logicaldoc.stamp.webservice.soap.endpoint.SoapStampService
-
- All Implemented Interfaces:
StampService
public class SoapStampService extends com.logicaldoc.webservice.AbstractService implements StampService
Implementation of the Stamp webservice- Since:
- 8.1.1
- Author:
- Marco Meschieri - LogicalDOC
-
-
Constructor Summary
Constructors Constructor Description SoapStampService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
stamp(String sid, long docId, String stamp, com.logicaldoc.webservice.model.WSAttribute[] parameters)
Applies a stamp in a document
-
-
-
Method Detail
-
stamp
public void stamp(String sid, long docId, String stamp, com.logicaldoc.webservice.model.WSAttribute[] parameters) throws Exception
Description copied from interface:StampService
Applies a stamp in a document- Specified by:
stamp
in interfaceStampService
- Parameters:
sid
- identifier of the sessiondocId
- identifier of the documentstamp
- name of the stampparameters
- a set of dynamic parameters to use inside the stamp automation- Throws:
Exception
- error in the server
-
-