13장. 소개

초록

이 장에서는 Apache Camel에서 지원하는 모든 표현식 언어에 대한 개요를 제공합니다.

13.1. 언어 개요

13.1.1. 표현식 및 서술자 언어 표

표 13.1. “표현 및 사전 언어” 표현식 및 서술자 언어를 호출하는 데 사용되는 다양한 구문에 대한 개요를 제공합니다.

표 13.1. 표현 및 사전 언어

언어정적 메서드fluent DSL MethodXML 요소주석아티팩트

고객 포털의 Apache Camel 개발 가이드에서 Cryo stat 통합을 참조하십시오.

bean()

EIP().method()

method

@Bean

Camel 코어

14장. 상수

constant()

EIP().constant()

상수

@Constant

Camel 코어

15장. EL

el()

EIP().el()

el

@EL

camel-juel

17장. Groovy

groovy()

EIP().groovy()

groovy

@Groovy

camel-groovy

18장. 헤더

header()

EIP().header()

헤더

@Header

Camel 코어

19장. JavaScript

javaScript()

EIP().javaScript()

javaScript

@JavaScript

camel-script

20장. JoSQL

sql()

EIP().sql()

sql

@SQL

camel-josql

21장. JsonPath

없음

EIP().jsonpath()

jsonpath

@JsonPath

camel-jsonpath

22장. JXPath

없음

EIP().jxpath()

jxpath

@JXPath

camel-jxpath

23장. MVEL

mvel()

EIP().mvel()

MVEL

@MVEL

camel-mvel

24장. Object-Graph Navigation Language(OGNL)

ognl()

EIP().ognl()

ognl

@OGNL

camel-ognl

25장. PHP (더 이상 사용되지 않음)

php()

EIP().php()

php

@PHP

camel-script

26장. 자산 교환

property()

EIP().property()

속성

@Property

Camel 코어

27장. Python (DEPRECATED)

python()

EIP().python()

python

@Python

camel-script

28장. Ref

ref()

EIP().ref()

ref

해당 없음

Camel 코어

29장. Ruby (DEPRECATED)

ruby()

EIP().ruby()

ruby

@Ruby

camel-script

30장. 간단한 언어/16장. 파일 언어

simple()

EIP().simple()

단순

@Simple

Camel 코어

31장. SpEL

spel()

EIP().spel()

SPEL

@SpEL

camel-spring

32장. Cryostat 언어

xpath()

EIP().xpath()

xpath

@XPath

Camel 코어

33장. XQuery

xquery()

EIP().xquery()

xquery

@XQuery

camel-saxon