|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.blojsom.plugin.weather.WeatherFetcher
WeatherFetcher
Constructor Summary | |
WeatherFetcher()
Construct a new instance of the WeatherFetcher class |
Method Summary | |
WeatherInformation |
retrieveForecast(WeatherInformation provider)
Retrieve the WeatherInformation from a site containing an XML feed of weather information |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WeatherFetcher()
WeatherFetcher
class
Method Detail |
public WeatherInformation retrieveForecast(WeatherInformation provider) throws java.lang.IllegalArgumentException, java.io.IOException
WeatherInformation
from a site containing an XML feed of weather information
provider
- WeatherInformation
WeatherInformation
populated with data
java.lang.IllegalArgumentException
- If there is an error parsing weather information
java.io.IOException
- If there is an error parsing weather information
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |