Uses of Class
cf.maybelambda.httpvalidator.springboot.persistence.XMLParseException
Packages that use XMLParseException
Package
Description
-
Uses of XMLParseException in cf.maybelambda.httpvalidator.springboot.persistence
Methods in cf.maybelambda.httpvalidator.springboot.persistence that throw XMLParseExceptionModifier and TypeMethodDescriptionXMLValidationTaskDao.getAll()Retrieves all validation tasks; from the XML data file if it was modified since the last time it was read, or from memory otherwise.voidXMLValidationTaskDao.updateDataFile(org.springframework.web.multipart.MultipartFile file) Updates the XML data file with the content of the given multipart file. -
Uses of XMLParseException in cf.maybelambda.httpvalidator.springboot.service
Methods in cf.maybelambda.httpvalidator.springboot.service that throw XMLParseExceptionModifier and TypeMethodDescriptionvoidValidationService.execValidations()Executes validation tasks periodically based on a cron schedule.