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 TypeMethodDescriptionvoidvalidate(EbXMLRetrieveDocumentSetResponse<RetrieveDocumentSetResponseType> response, ValidationProfile profile)
-
Method Details
-
validate
public void validate(EbXMLRetrieveDocumentSetResponse<RetrieveDocumentSetResponseType> response, ValidationProfile profile) - Specified by:
validatein interfaceValidator<EbXMLRetrieveDocumentSetResponse<RetrieveDocumentSetResponseType>,ValidationProfile> - Parameters:
response- message to be validatedprofile- profile to be validated against
-
getInstance
-