Class SoapTimestampServiceImpl
java.lang.Object
eu.europa.esig.dss.ws.timestamp.remote.soap.SoapTimestampServiceImpl
- All Implemented Interfaces:
SoapTimestampService
,Serializable
The SOAP implementation of the timestamping service
- See Also:
-
Constructor Summary
ConstructorDescriptionDefault construction instantiating object with null RemoteTimestampService -
Method Summary
Modifier and TypeMethodDescriptiongetTimestampResponse
(DigestDTO digest) Requests a timestamp binaries by the provided digest to be timestampedvoid
setTimestampService
(RemoteTimestampService timestampService) Sets the timestamping service
-
Constructor Details
-
SoapTimestampServiceImpl
public SoapTimestampServiceImpl()Default construction instantiating object with null RemoteTimestampService
-
-
Method Details
-
setTimestampService
Sets the timestamping service- Parameters:
timestampService
-RemoteTimestampService
-
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
-