org.apache.camel.language.ognl
Class RootObject

java.lang.Object
  extended by org.apache.camel.language.ognl.RootObject

public class RootObject
extends Object

Version:

Constructor Summary
RootObject(org.apache.camel.Exchange exchange)
           
 
Method Summary
 org.apache.camel.CamelContext getContext()
           
 Throwable getException()
           
 org.apache.camel.Exchange getExchange()
           
 String getExchangeId()
           
 Map<String,Object> getProperties()
           
 Object getProperty(String name)
           
<T> T
getProperty(String name, Class<T> type)
           
 org.apache.camel.Message getRequest()
           
 org.apache.camel.Message getResponse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RootObject

public RootObject(org.apache.camel.Exchange exchange)
Method Detail

getExchange

public org.apache.camel.Exchange getExchange()

getContext

public org.apache.camel.CamelContext getContext()

getException

public Throwable getException()

getExchangeId

public String getExchangeId()

getRequest

public org.apache.camel.Message getRequest()

getResponse

public org.apache.camel.Message getResponse()

getProperties

public Map<String,Object> getProperties()

getProperty

public Object getProperty(String name)

getProperty

public <T> T getProperty(String name,
                         Class<T> type)


Apache Camel