org.ow2.frascati.examples.twitterweather.api
Interface TwitterWeather

All Known Implementing Classes:
Orchestration

public interface TwitterWeather

Simple interface for Twitter and Weather services orchestration

Author:
Nicolas Dolet

Method Summary
 java.lang.String getWeatherForUser(java.lang.String userId)
          Return the weather for a given Twitter user
 

Method Detail

getWeatherForUser

java.lang.String getWeatherForUser(java.lang.String userId)
Return the weather for a given Twitter user

Parameters:
userId - the id of the Twitter user
Returns:
The weather in userId city


Copyright © 2010 OW2 Consortium. All Rights Reserved.