Module jpms_dss_ws_validation_dto
Class ValidationReportTypeDataSource
java.lang.Object
eu.europa.esig.dss.ws.validation.dto.ValidationReportTypeDataSource
- All Implemented Interfaces:
jakarta.activation.DataSource
Represents an ETSI Validation Report data source
-
Constructor Summary
ConstructorsConstructorDescriptionValidationReportTypeDataSource(eu.europa.esig.validationreport.jaxb.ValidationReportType validationReport) Default constructor -
Method Summary
-
Constructor Details
-
ValidationReportTypeDataSource
public ValidationReportTypeDataSource(eu.europa.esig.validationreport.jaxb.ValidationReportType validationReport) Default constructor- Parameters:
validationReport-ValidationReportType
-
-
Method Details
-
getContentType
- Specified by:
getContentTypein interfacejakarta.activation.DataSource
-
getInputStream
- Specified by:
getInputStreamin interfacejakarta.activation.DataSource- Throws:
IOException
-
getName
- Specified by:
getNamein interfacejakarta.activation.DataSource
-
getOutputStream
- Specified by:
getOutputStreamin interfacejakarta.activation.DataSource- Throws:
IOException
-