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