Uses of Class
org.frankframework.pipes.XmlValidator
Packages that use XmlValidator
Package
Description
-
Uses of XmlValidator in org.frankframework.extensions.api
Subclasses of XmlValidator in org.frankframework.extensions.apiModifier and TypeClassDescriptionclassExtension to WsdlXmlValidator for API Management. -
Uses of XmlValidator in org.frankframework.extensions.esb
Subclasses of XmlValidator 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 XmlValidator in org.frankframework.extensions.fxf
Subclasses of XmlValidator in org.frankframework.extensions.fxf -
Uses of XmlValidator in org.frankframework.pipes
Subclasses of XmlValidator in org.frankframework.pipesModifier 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.Subclasses with type arguments of type XmlValidator in org.frankframework.pipesModifier and TypeClassDescriptionstatic classWrapper for the XML response validator.Constructors in org.frankframework.pipes with parameters of type XmlValidator -
Uses of XmlValidator in org.frankframework.soap
Subclasses of XmlValidator in org.frankframework.soapModifier 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.