org.apache.camel.example.gae
Class ReportData

java.lang.Object
  extended by 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)
           
 
Method Summary
static org.apache.camel.Expression city()
           
 java.lang.String getCity()
           
 java.lang.String getRecipient()
           
 java.lang.String getRequestor()
           
 org.w3c.dom.Document getWeather()
           
static org.apache.camel.Expression recipient()
           
static org.apache.camel.Expression requestor()
           
 void setWeather(org.w3c.dom.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(java.lang.String city,
                  java.lang.String recipient,
                  java.lang.String requestor)
Method Detail

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