org.apache.camel.language.ognl
Class RootObject
java.lang.Object
org.apache.camel.language.ognl.RootObject
public class RootObject
- extends Object
- Version:
- $Revision: $
Constructor Summary |
RootObject(org.apache.camel.Exchange exchange)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RootObject
public RootObject(org.apache.camel.Exchange exchange)
getExchange
public org.apache.camel.Exchange getExchange()
getContext
public org.apache.camel.CamelContext getContext()
getException
public Throwable getException()
getExchangeId
public String getExchangeId()
getFault
public org.apache.camel.Message getFault()
getRequest
public org.apache.camel.Message getRequest()
getIn
public org.apache.camel.Message getIn()
getOut
public org.apache.camel.Message getOut()
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)
Copyright © 2007 Apache Software Foundation. All Rights Reserved.