Class CSimpleSupport
java.lang.Object
org.apache.camel.language.csimple.CSimpleSupport
- All Implemented Interfaces:
org.apache.camel.Expression,CSimpleExpression,CSimpleMethod,org.apache.camel.Predicate
Base class for source code generateed csimple expressions.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.language.csimple.CSimpleExpression
getText, init, isPredicateMethods inherited from interface org.apache.camel.language.csimple.CSimpleMethod
evaluateMethods inherited from interface org.apache.camel.Predicate
initPredicate
-
Constructor Details
-
CSimpleSupport
public CSimpleSupport()
-
-
Method Details
-
evaluate
- Specified by:
evaluatein interfaceorg.apache.camel.Expression
-
matches
public boolean matches(org.apache.camel.Exchange exchange) - Specified by:
matchesin interfaceorg.apache.camel.Predicate
-