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 void
stamp(String sid, long docId, String stamp)
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) 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 stamp- Throws:
Exception
- error in the server
-
-