include.methodParams.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wsdl2html Show documentation
Show all versions of wsdl2html Show documentation
A java tool to convert wsdl xml to readable doc
<#if (method.requestStubs?? && (method.requestStubs?size > 0)) >
Name
Type
Required
Description
<#list method.requestStubs as stub>
<#include "rootStubRow.ftl"/>
#list>
<#else>
No Parameters
#if>