Class SoapDocumentValidationServiceImpl
java.lang.Object
eu.europa.esig.dss.ws.validation.soap.SoapDocumentValidationServiceImpl
- All Implemented Interfaces:
SoapDocumentValidationService
,Serializable
public class SoapDocumentValidationServiceImpl extends Object implements SoapDocumentValidationService
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SoapDocumentValidationServiceImpl()
-
Method Summary
Modifier and Type Method Description List<RemoteDocument>
getOriginalDocuments(DataToValidateDTO dataToValidate)
This method returns the original document(s) for the given signed file and optionally the signatureId.void
setValidationService(RemoteDocumentValidationService validationService)
WSReportsDTO
validateSignature(DataToValidateDTO dataToValidate)
This method returns the result of the validation of the signed file.
-
Constructor Details
-
SoapDocumentValidationServiceImpl
public SoapDocumentValidationServiceImpl()
-
-
Method Details
-
setValidationService
-
validateSignature
Description copied from interface:SoapDocumentValidationService
This method returns the result of the validation of the signed file. The results contains a Diagnostic Data, simple report, detailed report and ETSI validation report- Specified by:
validateSignature
in interfaceSoapDocumentValidationService
- Parameters:
dataToValidate
- aDataToValidateDTO
which contains the signature, the optional original document(s) and the optional validation policy- Returns:
- a
WSReportsDTO
with the 4 reports : the diagnostic data, the detailed report, the simple report and the ETSI validation report
-
getOriginalDocuments
Description copied from interface:SoapDocumentValidationService
This method returns the original document(s) for the given signed file and optionally the signatureId.- Specified by:
getOriginalDocuments
in interfaceSoapDocumentValidationService
- Parameters:
dataToValidate
- aDataToValidateDTO
which contains the signature, the optional original document and the optional signatureId- Returns:
- a List of
RemoteDocument
-