public class SimpleFunctionEnd extends BaseSimpleNode implements BlockEnd
token| Constructor and Description |
|---|
SimpleFunctionEnd(SimpleToken token) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Expression |
createExpression(String expression)
Creates a Camel
Expression based on this model. |
getToken, toStringpublic SimpleFunctionEnd(SimpleToken token)
public org.apache.camel.Expression createExpression(String expression)
SimpleNodeExpression based on this model.createExpression in interface SimpleNodeexpression - the input stringExpressionApache Camel