org.apache.camel.converter.jaxb
Class ExchangeDefinition
java.lang.Object
org.apache.camel.converter.jaxb.ExchangeDefinition
public class ExchangeDefinition
- extends Object
- Version:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExchangeDefinition
public ExchangeDefinition()
getBody
public Object getBody()
setBody
public void setBody(Object body)
getProperties
public List<PropertyDefinition> getProperties()
setProperties
public void setProperties(List<PropertyDefinition> properties)
Apache CAMEL