vlc.build-cixs2jws-xml.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of legstar-jaxws-generator Show documentation
Show all versions of legstar-jaxws-generator Show documentation
Generates adapters and proxies for inbound and outbound mainframe integration with Web Services.
#foreach ($cixsOperation in $antModel.cixsJaxwsService.cixsOperations)
#foreach ($cixsStructure in $cixsOperation.input)
#end
#foreach ($cixsStructure in $cixsOperation.output)
#end
#end
#if(${antModel.proxyTargetType.toString().equalsIgnoreCase("pojo")})
#end
#if(${antModel.proxyTargetType.toString().equalsIgnoreCase("webservice")})
#end