jar

org.ow2.fractal.bf.examples.meteo : fractal-bf-examples-meteo-model

Maven & Gradle

Mar 20, 2013
1 usages

Fractal BF: Meteo WebService example model · This module is in charge of generating required classes to bind a java interface toward a remote webservice. It uses th org.apache.cxf:cxf-codegen-plugin to generate classes given the WSDL file saved in src/main/wsdl. To keep things simple, the wsdl file is saved here: more smart approaches might be adopted if saving the WSDL file causes troubles.

Table Of Contents

Latest Version

Download org.ow2.fractal.bf.examples.meteo : fractal-bf-examples-meteo-model JAR file - Latest Versions:

All Versions

Download org.ow2.fractal.bf.examples.meteo : fractal-bf-examples-meteo-model JAR file - All Versions:

Version Vulnerabilities Size Updated
0.10

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window fractal-bf-examples-meteo-model-0.10.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.webservicex

├─ net.webservicex.GetCitiesByCountry.class - [JAR]

├─ net.webservicex.GetCitiesByCountryResponse.class - [JAR]

├─ net.webservicex.GetWeather.class - [JAR]

├─ net.webservicex.GetWeatherResponse.class - [JAR]

├─ net.webservicex.GlobalWeather.class - [JAR]

├─ net.webservicex.GlobalWeatherHttpGet.class - [JAR]

├─ net.webservicex.GlobalWeatherHttpPost.class - [JAR]

├─ net.webservicex.GlobalWeatherSoap.class - [JAR]

├─ net.webservicex.ObjectFactory.class - [JAR]

├─ net.webservicex.package-info.class - [JAR]