Uses of Interface
org.frankframework.core.IDualModeValidator
Packages that use IDualModeValidator
Package
Description
-
Uses of IDualModeValidator in org.frankframework.extensions.api
Classes in org.frankframework.extensions.api that implement IDualModeValidatorModifier and TypeClassDescriptionclassExtension to WsdlXmlValidator for API Management. -
Uses of IDualModeValidator in org.frankframework.extensions.esb
Classes in org.frankframework.extensions.esb that implement IDualModeValidatorModifier 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 IDualModeValidator in org.frankframework.extensions.fxf
Classes in org.frankframework.extensions.fxf that implement IDualModeValidator -
Uses of IDualModeValidator in org.frankframework.pipes
Classes in org.frankframework.pipes that implement IDualModeValidatorModifier and TypeClassDescriptionclassPipe that validates the input message against a schema.classPipethat 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.classPipe that validates a message against an OpenAPI specification.classXmlValidator that will read the XSD's to use from a WSDL.classPipe 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 TypeClassDescriptionclassValidator that can sign, encrypt, verify and decrypt SOAP messages.classXmlValidator that will automatically add the SOAP envelope XSD to the set of XSD's used for validation.