org.apache.camel.impl
Class ExpressionSupport

java.lang.Object
  extended by org.apache.camel.support.ExpressionSupport
      extended by org.apache.camel.impl.ExpressionSupport
All Implemented Interfaces:
Expression, Predicate

Deprecated.

@Deprecated
public abstract class ExpressionSupport
extends ExpressionSupport

See Also:
ExpressionSupport

Constructor Summary
ExpressionSupport()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.camel.support.ExpressionSupport
assertionFailureMessage, assertMatches, evaluate, matches
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.camel.Expression
evaluate
 

Constructor Detail

ExpressionSupport

public ExpressionSupport()
Deprecated. 


Apache CAMEL