Class RetrieveDocumentSetResponseValidator
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.validate.responses.RetrieveDocumentSetResponseValidator
- All Implemented Interfaces:
Validator<EbXMLRetrieveDocumentSetResponse<RetrieveDocumentSetResponseType>,
ValidationProfile>
public class RetrieveDocumentSetResponseValidator
extends Object
implements Validator<EbXMLRetrieveDocumentSetResponse<RetrieveDocumentSetResponseType>,ValidationProfile>
Validates
EbXMLRetrieveDocumentSetResponse
.- Author:
- Jens Riemschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validate
(EbXMLRetrieveDocumentSetResponse<RetrieveDocumentSetResponseType> response, ValidationProfile profile)
-
Method Details
-
validate
public void validate(EbXMLRetrieveDocumentSetResponse<RetrieveDocumentSetResponseType> response, ValidationProfile profile) - Specified by:
validate
in interfaceValidator<EbXMLRetrieveDocumentSetResponse<RetrieveDocumentSetResponseType>,
ValidationProfile> - Parameters:
response
- message to be validatedprofile
- profile to be validated against
-
getInstance
-