Uses of Class
org.mule.cxf.weatherservice.myweather.WeatherReturn

Packages that use WeatherReturn
org.mule.cxf.weatherservice.myweather   
 

Uses of WeatherReturn in org.mule.cxf.weatherservice.myweather
 

Fields in org.mule.cxf.weatherservice.myweather declared as WeatherReturn
protected  WeatherReturn GetCityWeatherByZIPResponse.getCityWeatherByZIPResult
           
 

Methods in org.mule.cxf.weatherservice.myweather that return WeatherReturn
 WeatherReturn ObjectFactory.createWeatherReturn()
          Create an instance of WeatherReturn
 WeatherReturn WeatherHttpGet.getCityWeatherByZIP(String zip)
           
 WeatherReturn WeatherHttpPost.getCityWeatherByZIP(String zip)
           
 WeatherReturn GetCityWeatherByZIPResponse.getGetCityWeatherByZIPResult()
          Gets the value of the getCityWeatherByZIPResult property.
 

Methods in org.mule.cxf.weatherservice.myweather that return types with arguments of type WeatherReturn
 JAXBElement<WeatherReturn> ObjectFactory.createWeatherReturn(WeatherReturn value)
          Create an instance of JAXBElement<WeatherReturn>}
 

Methods in org.mule.cxf.weatherservice.myweather with parameters of type WeatherReturn
 JAXBElement<WeatherReturn> ObjectFactory.createWeatherReturn(WeatherReturn value)
          Create an instance of JAXBElement<WeatherReturn>}
 void GetCityWeatherByZIPResponse.setGetCityWeatherByZIPResult(WeatherReturn value)
          Sets the value of the getCityWeatherByZIPResult property.
 



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