Uses of Interface
org.frankframework.core.IXmlValidator
-
Uses of IXmlValidator 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.static class
Wrapper for the XML response validator. -
Uses of IXmlValidator 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.Modifier and TypeMethodDescriptionprotected QName
WsdlGenerator.getBodyElement
(IXmlValidator xmlValidator, Set<IXSD> xsds, String type) protected QName
WsdlGenerator.getBodyElement
(IXmlValidator xmlValidator, Set<IXSD> xsds, String type, boolean outputMode) static String
WsdlGeneratorUtils.getEsbSoapParadigm
(IXmlValidator xmlValidator) static String
WsdlGeneratorUtils.getFirstNamespaceFromSchemaLocation
(IXmlValidator inputValidator) protected QName
WsdlGenerator.getHeaderElement
(IXmlValidator xmlValidator, Set<IXSD> xsds) protected String
WsdlGenerator.getRoot
(IXmlValidator xmlValidator) protected String
WsdlGenerator.getRoot
(IXmlValidator xmlValidator, boolean outputMode) WsdlGenerator.getXsds
(IXmlValidator xmlValidator) protected boolean
WsdlGenerator.isHeaderOptional
(IXmlValidator xmlValidator)