org.apache.camel.example.gae
Class ReportData

java.lang.Object
  extended by org.apache.camel.example.gae.ReportData
All Implemented Interfaces:
Serializable

public class ReportData
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ReportData(String city, String recipient, String requestor)
           
 
Method Summary
static org.apache.camel.Expression city()
           
 String getCity()
           
 String getRecipient()
           
 String getRequestor()
           
 Document getWeather()
           
static org.apache.camel.Expression recipient()
           
static org.apache.camel.Expression requestor()
           
 void setWeather(Document weather)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportData

public ReportData(String city,
                  String recipient,
                  String requestor)
Method Detail

getCity

public String getCity()

getRecipient

public String getRecipient()

getRequestor

public String getRequestor()

getWeather

public Document getWeather()

setWeather

public void setWeather(Document weather)

city

public static org.apache.camel.Expression city()

recipient

public static org.apache.camel.Expression recipient()

requestor

public static org.apache.camel.Expression requestor()


Apache CAMEL