Uses of Class
org.frankframework.pipes.XmlValidator
Packages that use XmlValidator
-
Uses of XmlValidator in org.frankframework.pipes
Subclasses of XmlValidator in org.frankframework.pipesModifier 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.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 TypeClassDescriptionclass
XmlValidator that will automatically add the SOAP envelope XSD to the set of XSD's used for validation.