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

org.codehaus.enunciate.modules.gwt.gwt-module-xml.fmt Maven / Gradle / Ivy

Go to download

The Enunciate GWT module generates the artifacts to support the GWT application.

There is a newer version: 1.31
Show newest version
[#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]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy