Package org.openehealth.ipf.modules.cda
Class DefaultValidationHandler
java.lang.Object
org.openehealth.ipf.modules.cda.DefaultValidationHandler
- All Implemented Interfaces:
org.openhealthtools.mdht.uml.cda.util.CDAUtil.ValidationHandler
public class DefaultValidationHandler
extends Object
implements org.openhealthtools.mdht.uml.cda.util.CDAUtil.ValidationHandler
Validation Handler
- Author:
- Stefan Ivanov
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleError
(org.eclipse.emf.common.util.Diagnostic diagnostic) void
handleInfo
(org.eclipse.emf.common.util.Diagnostic diagnostic) void
handleWarning
(org.eclipse.emf.common.util.Diagnostic diagnostic)
-
Constructor Details
-
DefaultValidationHandler
public DefaultValidationHandler()
-
-
Method Details
-
handleError
public void handleError(org.eclipse.emf.common.util.Diagnostic diagnostic) - Specified by:
handleError
in interfaceorg.openhealthtools.mdht.uml.cda.util.CDAUtil.ValidationHandler
-
handleWarning
public void handleWarning(org.eclipse.emf.common.util.Diagnostic diagnostic) - Specified by:
handleWarning
in interfaceorg.openhealthtools.mdht.uml.cda.util.CDAUtil.ValidationHandler
-
handleInfo
public void handleInfo(org.eclipse.emf.common.util.Diagnostic diagnostic) - Specified by:
handleInfo
in interfaceorg.openhealthtools.mdht.uml.cda.util.CDAUtil.ValidationHandler
-