org.mule.cxf.weatherservice.myweather
Interface WeatherHttpPost


public interface WeatherHttpPost


Method Summary
 ForecastReturn getCityForecastByZIP(String zip)
           
 WeatherReturn getCityWeatherByZIP(String zip)
           
 ArrayOfWeatherDescription getWeatherInformation()
           
 

Method Detail

getCityWeatherByZIP

WeatherReturn getCityWeatherByZIP(String zip)

getWeatherInformation

ArrayOfWeatherDescription getWeatherInformation()

getCityForecastByZIP

ForecastReturn getCityForecastByZIP(String zip)


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.