public interface SimpleNode
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Expression |
createExpression(String expression)
Creates a Camel
Expression based on this model. |
SimpleToken |
getToken()
Gets the token by which this model was based upon
|
SimpleToken getToken()
org.apache.camel.Expression createExpression(String expression) throws SimpleParserException
Expression based on this model.expression - the input stringExpressionSimpleParserException - should be thrown if error parsing the modelApache Camel