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

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

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

Fields in org.mule.cxf.weatherservice.myweather declared as ArrayOfWeatherDescription
protected  ArrayOfWeatherDescription GetWeatherInformationResponse.getWeatherInformationResult
           
 

Methods in org.mule.cxf.weatherservice.myweather that return ArrayOfWeatherDescription
 ArrayOfWeatherDescription ObjectFactory.createArrayOfWeatherDescription()
          Create an instance of ArrayOfWeatherDescription
 ArrayOfWeatherDescription GetWeatherInformationResponse.getGetWeatherInformationResult()
          Gets the value of the getWeatherInformationResult property.
 ArrayOfWeatherDescription WeatherHttpGet.getWeatherInformation()
           
 ArrayOfWeatherDescription WeatherHttpPost.getWeatherInformation()
           
 

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

Methods in org.mule.cxf.weatherservice.myweather with parameters of type ArrayOfWeatherDescription
 JAXBElement<ArrayOfWeatherDescription> ObjectFactory.createArrayOfWeatherDescription(ArrayOfWeatherDescription value)
          Create an instance of JAXBElement<ArrayOfWeatherDescription>}
 void GetWeatherInformationResponse.setGetWeatherInformationResult(ArrayOfWeatherDescription value)
          Sets the value of the getWeatherInformationResult property.
 



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