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
ConstructorsConstructorDescriptionDefault construction instantiating object with null RemoteTimestampService -
Method Summary
Modifier and TypeMethodDescriptiongetTimestampResponse(DigestDTO digest) Requests a timestamp binaries by the provided digest to be timestampedvoidsetTimestampService(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:SoapTimestampServiceRequests a timestamp binaries by the provided digest to be timestamped- Specified by:
getTimestampResponsein interfaceSoapTimestampService- Parameters:
digest-DigestDTOto timestamp- Returns:
TimestampResponseDTO
-