|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.frascati.examples.twitterweather.lib.Orchestration
public class Orchestration
A client that orchestrates the Weather service with the Twitter one.
| Field Summary | |
|---|---|
protected Decoder |
decoder
Refernce to the decoder service |
protected GlobalWeatherSoap |
weather
Reference to the Weather service. |
| Constructor Summary | |
|---|---|
Orchestration()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getWeatherForUser(java.lang.String userId)
Return the weather for a given Twitter user |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Decoder decoder
protected GlobalWeatherSoap weather
| Constructor Detail |
|---|
public Orchestration()
| Method Detail |
|---|
public java.lang.String getWeatherForUser(java.lang.String userId)
TwitterWeather
getWeatherForUser in interface TwitterWeatheruserId - the id of the Twitter user
userId cityTwitterWeather.getWeatherForUser(String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||