Class SoapTimestampServiceImpl
java.lang.Object
eu.europa.esig.dss.ws.timestamp.remote.soap.SoapTimestampServiceImpl
- All Implemented Interfaces:
SoapTimestampService
,Serializable
public class SoapTimestampServiceImpl extends Object implements SoapTimestampService
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SoapTimestampServiceImpl()
-
Method Summary
Modifier and Type Method Description TimestampResponseDTO
getTimestampResponse(DigestDTO digest)
Requests a timestamp binaries by the provided digest to be timestampedvoid
setTimestampService(RemoteTimestampService timestampService)
-
Constructor Details
-
SoapTimestampServiceImpl
public SoapTimestampServiceImpl()
-
-
Method Details
-
setTimestampService
-
getTimestampResponse
Description copied from interface:SoapTimestampService
Requests a timestamp binaries by the provided digest to be timestamped- Specified by:
getTimestampResponse
in interfaceSoapTimestampService
- Parameters:
digest
-DigestDTO
to timestamp- Returns:
TimestampResponseDTO
-