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

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

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

Fields in org.mule.cxf.weatherservice.myweather declared as ForecastReturn
protected  ForecastReturn GetCityForecastByZIPResponse.getCityForecastByZIPResult
           
 

Methods in org.mule.cxf.weatherservice.myweather that return ForecastReturn
 ForecastReturn ObjectFactory.createForecastReturn()
          Create an instance of ForecastReturn
 ForecastReturn WeatherHttpGet.getCityForecastByZIP(String zip)
           
 ForecastReturn WeatherHttpPost.getCityForecastByZIP(String zip)
           
 ForecastReturn GetCityForecastByZIPResponse.getGetCityForecastByZIPResult()
          Gets the value of the getCityForecastByZIPResult property.
 

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

Methods in org.mule.cxf.weatherservice.myweather with parameters of type ForecastReturn
 JAXBElement<ForecastReturn> ObjectFactory.createForecastReturn(ForecastReturn value)
          Create an instance of JAXBElement<ForecastReturn>}
 void GetCityForecastByZIPResponse.setGetCityForecastByZIPResult(ForecastReturn value)
          Sets the value of the getCityForecastByZIPResult property.
 



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