public class SpelLanguage extends org.apache.camel.support.LanguageSupport implements org.apache.camel.Service
Language plugin| Constructor and Description |
|---|
SpelLanguage() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Expression |
createExpression(String expression) |
org.apache.camel.Predicate |
createPredicate(String expression) |
void |
start() |
void |
stop() |
public SpelLanguage()
public org.apache.camel.Predicate createPredicate(String expression)
createPredicate in interface org.apache.camel.spi.Languagepublic org.apache.camel.Expression createExpression(String expression)
createExpression in interface org.apache.camel.spi.Languagepublic void start() throws Exception
start in interface org.apache.camel.ServiceExceptionApache Camel