All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.stub.ksoap.schema.response.vm Maven / Gradle / Ivy

There is a newer version: 3.5.0
Show newest version
#parse("${include}/generic.include.vm")
#parse("${include}/webclient.ksoap.include.vm")
#set($returnVector=false)
#if($sourceinfo.response)
#set($returnType=$sourceinfo.objectForPort)
#if(!$TOOL.isArrayOfbyte($returnType)&&($returnType.array||$TOOL.isCollection($returnType)))
#set($returnVector=true)
#end
#end
#if($returnVector)
#parse("${include}/response.vector.class.vm")
#else
#parse("${include}/ksoap.message.vm")
#end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy