|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LanguageAnnotation | |
|---|---|
| org.apache.camel.builder.script | |
| org.apache.camel.builder.sql | |
| org.apache.camel.component.bean | The Bean Component which will look up the bean name in the Spring ApplicationContext and use that to dispatch messages to a POJO |
| org.apache.camel.component.xquery | The XQuery Component for transforming messages with XQuery |
| org.apache.camel.language | Camel language support such as Bean and Simple language. |
| org.apache.camel.language.juel | A Language Plugin for the EL Language from JSP and JSF using the JUEL library |
| org.apache.camel.language.jxpath | |
| org.apache.camel.language.mvel | A Language Plugin for the MVEL Language |
| org.apache.camel.language.ognl | A Language Plugin for the OGNL Language |
| Uses of LanguageAnnotation in org.apache.camel.builder.script |
|---|
| Classes in org.apache.camel.builder.script with annotations of type LanguageAnnotation | |
|---|---|
interface |
Groovy
An annotation for injection of Groovy expressions into method parameters, fields or properties |
interface |
JavaScript
An annotation for injection of JavaScript expressions into method parameters, fields or properties |
interface |
PHP
An annotation for injection of PHP expressions into method parameters, fields or properties |
interface |
Python
An annotation for injection of Python expressions into method parameters, fields or properties |
interface |
Ruby
An annotation for injection of Ruby expressions into method parameters, fields or properties |
| Uses of LanguageAnnotation in org.apache.camel.builder.sql |
|---|
| Classes in org.apache.camel.builder.sql with annotations of type LanguageAnnotation | |
|---|---|
interface |
SQL
An annotation for injection of SQL expressions into method parameters, fields or properties |
| Uses of LanguageAnnotation in org.apache.camel.component.bean |
|---|
| Methods in org.apache.camel.component.bean with parameters of type LanguageAnnotation | |
|---|---|
Expression |
XPathAnnotationExpressionFactory.createExpression(CamelContext camelContext,
Annotation annotation,
LanguageAnnotation languageAnnotation,
Class<?> expressionReturnType)
|
Expression |
DefaultAnnotationExpressionFactory.createExpression(CamelContext camelContext,
Annotation annotation,
LanguageAnnotation languageAnnotation,
Class<?> expressionReturnType)
|
Expression |
BeanAnnotationExpressionFactory.createExpression(CamelContext camelContext,
Annotation annotation,
LanguageAnnotation languageAnnotation,
Class<?> expressionReturnType)
|
Expression |
AnnotationExpressionFactory.createExpression(CamelContext camelContext,
Annotation annotation,
LanguageAnnotation languageAnnotation,
Class<?> expressionReturnType)
|
| Uses of LanguageAnnotation in org.apache.camel.component.xquery |
|---|
| Classes in org.apache.camel.component.xquery with annotations of type LanguageAnnotation | |
|---|---|
interface |
XQuery
An annotation for injection of an XQuery expressions into a field, property, method or parameter when using Bean Integration. |
| Methods in org.apache.camel.component.xquery with parameters of type LanguageAnnotation | |
|---|---|
Expression |
XQueryAnnotationExpressionFactory.createExpression(CamelContext camelContext,
Annotation annotation,
LanguageAnnotation languageAnnotation,
Class expressionReturnType)
|
| Uses of LanguageAnnotation in org.apache.camel.language |
|---|
| Classes in org.apache.camel.language with annotations of type LanguageAnnotation | |
|---|---|
interface |
Bean
Used to inject a bean expression into a field, property, method or parameter when using Bean Integration. |
interface |
Constant
Used to inject a constant expression into a field, property, method or parameter when using Bean Integration. |
interface |
Simple
Used to inject a simple expression into a field, property, method or parameter when using Bean Integration. |
interface |
SpEL
An annotation for injection of Spring Expression Language (SpEL) expressions into method parameters, fields or properties. |
interface |
XPath
Used to inject an XPath expression into a field, property, method or parameter when using Bean Integration. |
| Uses of LanguageAnnotation in org.apache.camel.language.juel |
|---|
| Classes in org.apache.camel.language.juel with annotations of type LanguageAnnotation | |
|---|---|
interface |
EL
An annotation for injection of EL (JSP & JSF) expressions into method parameters, fields or properties |
| Uses of LanguageAnnotation in org.apache.camel.language.jxpath |
|---|
| Classes in org.apache.camel.language.jxpath with annotations of type LanguageAnnotation | |
|---|---|
interface |
JXPath
An annotation used to inject a JXPath expression into a method parameter when using Bean Integration |
| Uses of LanguageAnnotation in org.apache.camel.language.mvel |
|---|
| Classes in org.apache.camel.language.mvel with annotations of type LanguageAnnotation | |
|---|---|
interface |
MVEL
An annotation for injection of MVEL expressions into method parameters, fields or properties |
| Uses of LanguageAnnotation in org.apache.camel.language.ognl |
|---|
| Classes in org.apache.camel.language.ognl with annotations of type LanguageAnnotation | |
|---|---|
interface |
OGNL
An annotation for injection of OGNL expressions into method parameters, fields or properties |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||