@Language(value="spel")
public class SpelLanguage
extends org.apache.camel.support.LanguageSupport
implements org.apache.camel.StaticService
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 |
init() |
void |
start() |
void |
stop() |
getCamelContext, hasSimpleFunction, isDynamicResource, isSingleton, isStaticResource, loadResource, property, setCamelContextpublic 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 init()
init in interface org.apache.camel.Servicepublic void start()
start in interface org.apache.camel.Servicepublic void stop()
stop in interface org.apache.camel.ServiceApache Camel