Class SoapStampClient
- java.lang.Object
 - 
- com.logicaldoc.webservice.soap.client.SoapClient<StampService>
 - 
- com.logicaldoc.stamp.webservice.soap.client.SoapStampClient
 
 
 
- 
- All Implemented Interfaces:
 StampService
public class SoapStampClient extends com.logicaldoc.webservice.soap.client.SoapClient<StampService> implements StampService
 
- 
- 
Constructor Summary
Constructors Constructor Description SoapStampClient(String endpoint)SoapStampClient(String endpoint, int gzipThreshold, boolean log, int timeout) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstamp(String sid, long docId, String stamp, com.logicaldoc.webservice.model.WSAttribute[] parameters)Applies a stamp in a document 
 - 
 
- 
- 
Constructor Detail
- 
SoapStampClient
public SoapStampClient(String endpoint, int gzipThreshold, boolean log, int timeout) throws IOException
- Throws:
 IOException
 
- 
SoapStampClient
public SoapStampClient(String endpoint) throws IOException
- Throws:
 IOException
 
 - 
 
- 
Method Detail
- 
stamp
public void stamp(String sid, long docId, String stamp, com.logicaldoc.webservice.model.WSAttribute[] parameters) throws Exception
Description copied from interface:StampServiceApplies a stamp in a document- Specified by:
 stampin 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
 
 - 
 
 -