Uses of Class
org.frankframework.pipes.Json2XmlValidator
Packages that use Json2XmlValidator
Package
Description
-
Uses of Json2XmlValidator in org.frankframework.extensions.api
Subclasses of Json2XmlValidator in org.frankframework.extensions.apiModifier and TypeClassDescriptionclassExtension to WsdlXmlValidator for API Management. -
Uses of Json2XmlValidator in org.frankframework.extensions.esb
Subclasses of Json2XmlValidator 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 Json2XmlValidator in org.frankframework.extensions.fxf
Subclasses of Json2XmlValidator in org.frankframework.extensions.fxf -
Uses of Json2XmlValidator in org.frankframework.http.rest
Methods in org.frankframework.http.rest that return types with arguments of type Json2XmlValidatorModifier and TypeMethodDescriptionstatic Optional<Json2XmlValidator> ApiServiceDispatcher.getJsonInputValidator(PipeLine pipeLine) static Optional<Json2XmlValidator> ApiServiceDispatcher.getJsonOutputValidator(PipeLine pipeline, String exit) -
Uses of Json2XmlValidator in org.frankframework.pipes
Subclasses of Json2XmlValidator in org.frankframework.pipesModifier and TypeClassDescriptionclassXmlValidator that will read the XSD's to use from a WSDL. -
Uses of Json2XmlValidator in org.frankframework.soap
Subclasses of Json2XmlValidator in org.frankframework.soapModifier and TypeClassDescriptionclassXmlValidator that will automatically add the SOAP envelope XSD to the set of XSD's used for validation.