Uses of Class
org.frankframework.pipes.AbstractValidator
Packages that use AbstractValidator
-
Uses of AbstractValidator in org.frankframework.core
Classes in org.frankframework.core with type parameters of type AbstractValidatorModifier and TypeClassDescriptionclass
Wrapper for the response validator.Fields in org.frankframework.core declared as AbstractValidator -
Uses of AbstractValidator in org.frankframework.pipes
Subclasses of AbstractValidator in org.frankframework.pipesModifier and TypeClassDescriptionclass
Pipe
that validates the XML or JSON input message against a XML Schema and returns either XML or JSON.class
Pipe that validates the input message against a JSON Schema.class
XmlValidator that will read the XSD's to use from a WSDL.class
Pipe that validates the input message against an XML Schema.Constructors in org.frankframework.pipes with parameters of type AbstractValidator -
Uses of AbstractValidator in org.frankframework.soap
Subclasses of AbstractValidator in org.frankframework.soapModifier and TypeClassDescriptionclass
XmlValidator that will automatically add the SOAP envelope XSD to the set of XSD's used for validation.