|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExpressionType | |
---|---|
org.apache.camel.spring.model | The JAXB POJOs for the XML Configuration of the routing rules. |
org.apache.camel.spring.model.language | The JAXB POJOs for the Expression and Predicate plugins for the XML Configuration. |
Uses of ExpressionType in org.apache.camel.spring.model |
---|
Methods in org.apache.camel.spring.model that return ExpressionType | |
---|---|
ExpressionType |
WhenType.getExpression()
|
ExpressionType |
RecipientListType.getExpression()
|
ExpressionType |
SplitterType.getExpression()
|
ExpressionType |
FilterType.getExpression()
|
Methods in org.apache.camel.spring.model with parameters of type ExpressionType | |
---|---|
FilterType |
OutputType.filter(ExpressionType expression)
|
void |
WhenType.setExpression(ExpressionType expression)
|
void |
RecipientListType.setExpression(ExpressionType expression)
|
void |
SplitterType.setExpression(ExpressionType expression)
|
void |
FilterType.setExpression(ExpressionType expression)
|
Uses of ExpressionType in org.apache.camel.spring.model.language |
---|
Subclasses of ExpressionType in org.apache.camel.spring.model.language | |
---|---|
class |
ELExpression
For EL expresions and predicates |
class |
GroovyExpression
For Groovy expresions and predicates |
class |
HeaderExpression
An expression which extracts the named header |
class |
JavaScriptExpression
For JavaScript expresions and predicates |
class |
LanguageExpression
Represents a parameterised language expression which can support any language at runtime using the language attribute. |
class |
OgnlExpression
For OGNL expresions and predicates |
class |
PhpExpression
For PHP expresions and predicates |
class |
PythonExpression
For Python expresions and predicates |
class |
RubyExpression
For Ruby expresions and predicates |
class |
SqlExpression
For SQ: expresions and predicates |
class |
XPathExpression
For XPath expresions and predicates |
class |
XQueryExpression
For XQuery expresions and predicates |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |