Uses of Class
com.webalgorithm.weather.vo.WeatherVO

Packages that use WeatherVO
com.webalgorithm.weather.demo   
com.webalgorithm.weather.service   
com.webalgorithm.weather.vo   
 

Uses of WeatherVO in com.webalgorithm.weather.demo
 

Methods in com.webalgorithm.weather.demo that return WeatherVO
static com.webalgorithm.weather.vo.WeatherVO WeatherService.lookupWeather(java.lang.String locationId, int days, java.lang.String unit, java.lang.String partnerId, java.lang.String licenseKey)
          This method looks up weather for a given location.
 

Uses of WeatherVO in com.webalgorithm.weather.service
 

Methods in com.webalgorithm.weather.service that return WeatherVO
static com.webalgorithm.weather.vo.WeatherVO ResponseDigester.digestWeatherResults(java.io.InputStream is)
          This method digests xml response from weather.com into a WeatherVO object
static com.webalgorithm.weather.vo.WeatherVO WeatherService.lookupWeather(java.lang.String locationId, int days, java.lang.String unit, java.lang.String partnerId, java.lang.String licenseKey)
          This method looks up weather for a given location.
 

Uses of WeatherVO in com.webalgorithm.weather.vo
 

Fields in com.webalgorithm.weather.vo declared as WeatherVO
private  com.webalgorithm.weather.vo.WeatherVO ResultVO.weather
           
 

Methods in com.webalgorithm.weather.vo that return WeatherVO
 com.webalgorithm.weather.vo.WeatherVO ResultVO.getWeather()
           
 

Methods in com.webalgorithm.weather.vo with parameters of type WeatherVO
 void ResultVO.setWeather(com.webalgorithm.weather.vo.WeatherVO weather)
           
 



Copyright © 2003 WebAlgorithm, Inc All Rights Reserved.