org.apache.camel.model.language
Class MethodCallExpression
java.lang.Object
org.apache.camel.model.language.ExpressionDefinition
org.apache.camel.model.language.MethodCallExpression
- All Implemented Interfaces:
- Expression, Predicate
public class MethodCallExpression
- extends ExpressionDefinition
For expressions and predicates using the
bean language
- Version:
- $Revision: 900466 $
| Methods inherited from class org.apache.camel.model.language.ExpressionDefinition |
assertMatches, configureExpression, configurePredicate, createExpression, createPredicate, evaluate, evaluate, getExpression, getExpressionType, getExpressionValue, getId, getLabel, getLabel, getPredicate, matches, setExpression, setExpressionType, setExpressionValue, setId, setProperty |
MethodCallExpression
public MethodCallExpression()
MethodCallExpression
public MethodCallExpression(String beanName)
MethodCallExpression
public MethodCallExpression(String beanName,
String method)
MethodCallExpression
public MethodCallExpression(Object instance)
MethodCallExpression
public MethodCallExpression(Object instance,
String method)
MethodCallExpression
public MethodCallExpression(Class<?> type)
MethodCallExpression
public MethodCallExpression(Class<?> type,
String method)
getLanguage
public String getLanguage()
- Overrides:
getLanguage in class ExpressionDefinition
getMethod
public String getMethod()
setMethod
public void setMethod(String method)
createExpression
public Expression createExpression(CamelContext camelContext)
- Overrides:
createExpression in class ExpressionDefinition
createPredicate
public Predicate createPredicate(CamelContext camelContext)
- Overrides:
createPredicate in class ExpressionDefinition
beanName
protected String beanName()
toString
public String toString()
- Overrides:
toString in class ExpressionDefinition
Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.