Uses of Interface
org.frankframework.validation.SchemasProvider
-
Uses of SchemasProvider in org.frankframework.pipes
Modifier and TypeClassDescriptionclass
Pipe
that validates the XML or JSON input message against a XML Schema and returns either XML or JSON.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 SchemasProvider in org.frankframework.soap
Modifier and TypeClassDescriptionclass
XmlValidator that will automatically add the SOAP envelope XSD to the set of XSD's used for validation. -
Uses of SchemasProvider in org.frankframework.validation
Modifier and TypeMethodDescriptionvoid
AbstractValidationContext.init
(SchemasProvider schemasProvider, String schemasId, Set<String> validNamespaces, RootValidations rootValidations, Map<List<String>, List<String>> invalidRootNamespaces, Boolean ignoreUnknownNamespaces) void
AbstractXmlValidator.setSchemasProvider
(SchemasProvider schemasProvider)