Uses of Interface
org.apache.camel.component.xmlsecurity.api.ValidationFailedHandler
-
Packages that use ValidationFailedHandler Package Description org.apache.camel.component.xmlsecurity.api org.apache.camel.component.xmlsecurity.processor -
-
Uses of ValidationFailedHandler in org.apache.camel.component.xmlsecurity.api
Classes in org.apache.camel.component.xmlsecurity.api that implement ValidationFailedHandler Modifier and Type Class Description classDefaultValidationFailedHandlerInterrupts the validation by throwing an exception as soon as a validation failure occurs and gives specific error messages. -
Uses of ValidationFailedHandler in org.apache.camel.component.xmlsecurity.processor
Methods in org.apache.camel.component.xmlsecurity.processor that return ValidationFailedHandler Modifier and Type Method Description ValidationFailedHandlerXmlVerifierConfiguration. getValidationFailedHandler()Methods in org.apache.camel.component.xmlsecurity.processor with parameters of type ValidationFailedHandler Modifier and Type Method Description voidXmlVerifierConfiguration. setValidationFailedHandler(ValidationFailedHandler validationFailedHandler)Handles the different validation failed situations.
-