org.codehaus.enunciate.modules.gwt.gwt-module-xml.fmt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of enunciate-gwt Show documentation
Show all versions of enunciate-gwt Show documentation
The Enunciate GWT module generates the artifacts to support the GWT application.
[#ftl]
[#assign moduleNamespace=gwtModuleName[0..(gwtModuleName?last_index_of(".") - 1)]/]
[#assign simpleModuleName=gwtModuleName[(gwtModuleName?last_index_of(".") + 1)..]/]
[@file name=(simpleModuleName + ".gwt.xml") package=moduleNamespace charset="utf-8"]
[#list importedGwtModules as importedGwtModule]
[/#list]
[@forEachWsdl]
[@forEachEndpointInterface wsdl=wsdl considerFacets="true"]
[#list endpointInterface.endpointImplementations as impl]
[#if impl.bindingType.soap11 || impl.bindingType.soap12]
[/#if]
[/#list]
[/@forEachEndpointInterface]
[/@forEachWsdl]
[/@file]