Uses of Class
org.openehealth.ipf.platform.camel.core.adapter.ValidatorAdapter
Package
Description
-
Uses of ValidatorAdapter in org.openehealth.ipf.platform.camel.core.adapter
Modifier and TypeMethodDescriptionValidatorAdapter.profile
(Expression profileExpression) Sets the profile expression to validate the input data against.ValidatorAdapter.staticProfile
(Object profile) Sets the profile to validate the input data against. -
Uses of ValidatorAdapter in org.openehealth.ipf.platform.camel.core.builder
Modifier and TypeMethodDescriptionRouteHelper.schematronValidator()
Creates a newValidatorAdapter
that adapts the givenSchematronValidator
.Creates a newValidatorAdapter
that adapts aValidator
Spring bean identified by namevalidatorBeanName
.Creates a newValidatorAdapter
that adapts the givenvalidator
.RouteHelper.xsdValidator()
Creates a newValidatorAdapter
that adapts the givenXsdValidator
.