Uses of Interface
org.frankframework.core.IXmlValidator
Packages that use IXmlValidator
Package
Description
-
Uses of IXmlValidator in org.frankframework.extensions.api
Classes in org.frankframework.extensions.api that implement IXmlValidatorModifier and TypeClassDescriptionclassExtension to WsdlXmlValidator for API Management. -
Uses of IXmlValidator in org.frankframework.extensions.esb
Classes in org.frankframework.extensions.esb that implement IXmlValidatorModifier 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 IXmlValidator in org.frankframework.extensions.fxf
Classes in org.frankframework.extensions.fxf that implement IXmlValidator -
Uses of IXmlValidator in org.frankframework.pipes
Classes in org.frankframework.pipes that implement IXmlValidatorModifier and TypeClassDescriptionclassPipethat validates the XML or JSON input message against a XML Schema and returns either XML or JSON.classXmlValidator that will read the XSD's to use from a WSDL.classPipe that validates the input message against an XML Schema.static classWrapper for the XML response validator. -
Uses of IXmlValidator in org.frankframework.soap
Classes in org.frankframework.soap that implement IXmlValidatorModifier and TypeClassDescriptionclassXmlValidator that will automatically add the SOAP envelope XSD to the set of XSD's used for validation.Methods in org.frankframework.soap with parameters of type IXmlValidatorModifier and TypeMethodDescriptionprotected QNameWsdlGenerator.getBodyElement(IXmlValidator xmlValidator, Set<IXSD> xsds, String type) protected QNameWsdlGenerator.getBodyElement(IXmlValidator xmlValidator, Set<IXSD> xsds, String type, boolean outputMode) static StringWsdlGeneratorUtils.getEsbSoapParadigm(IXmlValidator xmlValidator) static StringWsdlGeneratorUtils.getFirstNamespaceFromSchemaLocation(IXmlValidator inputValidator) protected QNameWsdlGenerator.getHeaderElement(IXmlValidator xmlValidator, Set<IXSD> xsds) protected StringWsdlGenerator.getRoot(IXmlValidator xmlValidator) protected StringWsdlGenerator.getRoot(IXmlValidator xmlValidator, boolean outputMode) WsdlGenerator.getXsds(IXmlValidator xmlValidator) protected booleanWsdlGenerator.isHeaderOptional(IXmlValidator xmlValidator)