Uses of Class
org.frankframework.pipes.AbstractValidator
Packages that use AbstractValidator
Package
Description
-
Uses of AbstractValidator in org.frankframework.core
Classes in org.frankframework.core with type parameters of type AbstractValidatorModifier and TypeClassDescriptionclassWrapper for the response validator.Fields in org.frankframework.core declared as AbstractValidator -
Uses of AbstractValidator in org.frankframework.extensions.api
Subclasses of AbstractValidator in org.frankframework.extensions.apiModifier and TypeClassDescriptionclassExtension to WsdlXmlValidator for API Management. -
Uses of AbstractValidator in org.frankframework.extensions.esb
Subclasses of AbstractValidator in org.frankframework.extensions.esbModifier and TypeClassDescriptionclassXmlValidator that will automatically add the SOAP envelope XSD and the ESB XSD (e.g. a CommonMessageHeader.xsd) to the set of XSDs used for validation. -
Uses of AbstractValidator in org.frankframework.extensions.fxf
Subclasses of AbstractValidator in org.frankframework.extensions.fxf -
Uses of AbstractValidator in org.frankframework.pipes
Subclasses of AbstractValidator in org.frankframework.pipesModifier and TypeClassDescriptionclassPipethat validates the XML or JSON input message against a XML Schema and returns either XML or JSON.classPipe that validates the input message against a JSON Schema.classXmlValidator that will read the XSD's to use from a WSDL.classPipe that validates the input message against an XML Schema.Subclasses with type arguments of type AbstractValidator in org.frankframework.pipesModifier and TypeClassDescriptionstatic classWrapper for the response validator.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 TypeClassDescriptionclassXmlValidator that will automatically add the SOAP envelope XSD to the set of XSD's used for validation.