Uses of Class
org.frankframework.validation.RootValidation
Packages that use RootValidation
-
Uses of RootValidation in org.frankframework.pipes
Methods in org.frankframework.pipes with parameters of type RootValidationModifier and TypeMethodDescriptionprotected void
XmlValidator.addRequestRootValidation
(RootValidation path) protected void
XmlValidator.addResponseRootValidation
(RootValidation path) -
Uses of RootValidation in org.frankframework.soap
Subclasses of RootValidation in org.frankframework.soap -
Uses of RootValidation in org.frankframework.validation
Methods in org.frankframework.validation that return types with arguments of type RootValidationMethods in org.frankframework.validation with parameters of type RootValidationModifier and TypeMethodDescriptionvoid
RootValidations.add
(RootValidation rootValidation) boolean
RootValidations.contains
(RootValidation rootValidation) Constructors in org.frankframework.validation with parameters of type RootValidation