vlc.j2c-service-common-package.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.
##/////////////////////////////////////////////////////////////////////
##Jaxws Component Common Velocity Template.
##These are the directives and macros shared by the Jaxws component
##generation artifacts.
##@author Fady
##/////////////////////////////////////////////////////////////////////
## ==================================================================
## All generated Java classes go into the same package
##
#if($model.packageName)
package $model.packageName;
#end
##