org.apache.camel.language.mvel
Class RootObject
java.lang.Object
org.apache.camel.language.mvel.RootObject
public class RootObject
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RootObject
public RootObject(Exchange exchange)
getExchange
public Exchange getExchange()
getContext
public CamelContext getContext()
getException
public Throwable getException()
getExchangeId
public String getExchangeId()
getRequest
public Message getRequest()
getResponse
public 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