Package | Description |
---|---|
org.apache.camel.model |
The JAXB POJOs for the
XML Configuration
of the routing rules.
|
org.apache.camel.model.language |
Modifier and Type | Method and Description |
---|---|
void |
ExpressionNode.setExpression(ExpressionDefinition expression) |
void |
SetOutHeaderDefinition.setHeaderName(String headerName)
Deprecated.
Name of message header to set a new value
|
void |
SetHeaderDefinition.setHeaderName(String headerName)
Name of message header to set a new value
|
void |
SetPropertyDefinition.setPropertyName(String propertyName)
Name of exchange property to set a new value
|
void |
ProcessDefinition.setRef(String ref)
Reference to the
Processor to lookup in the registry to use. |
void |
ConvertBodyDefinition.setType(String type)
The java type to convert to
|
void |
SendDefinition.setUri(String uri)
Sets the uri of the endpoint to send to.
|
void |
FromDefinition.setUri(String uri)
Sets the URI of the endpoint to use
|
Modifier and Type | Method and Description |
---|---|
void |
ExpressionDefinition.setExpression(String expression)
The expression value in your chosen language syntax
|
Apache Camel