org.apache.camel.example.gae
Class ReportData
java.lang.Object
org.apache.camel.example.gae.ReportData
- All Implemented Interfaces:
- java.io.Serializable
public class ReportData
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
|
Constructor Summary |
ReportData(java.lang.String city,
java.lang.String recipient,
java.lang.String requestor)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportData
public ReportData(java.lang.String city,
java.lang.String recipient,
java.lang.String requestor)
getCity
public java.lang.String getCity()
getRecipient
public java.lang.String getRecipient()
getRequestor
public java.lang.String getRequestor()
getWeather
public org.w3c.dom.Document getWeather()
setWeather
public void setWeather(org.w3c.dom.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