Uses of Interface
org.frankframework.core.IDualModeValidator
Packages that use IDualModeValidator
-
Uses of IDualModeValidator in org.frankframework.pipes
Classes in org.frankframework.pipes that implement IDualModeValidatorModifier and TypeClassDescriptionclass
Pipe that validates the input message against a Schema.class
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. -
Uses of IDualModeValidator in org.frankframework.soap
Classes in org.frankframework.soap that implement IDualModeValidatorModifier and TypeClassDescriptionclass
XmlValidator that will automatically add the SOAP envelope XSD to the set of XSD's used for validation.