org.apache.camel.component.mock
Class AssertionClause.PredicateValueBuilder

java.lang.Object
  extended by org.apache.camel.builder.ValueBuilder
      extended by org.apache.camel.component.mock.AssertionClause.PredicateValueBuilder
All Implemented Interfaces:
Expression, Predicate
Enclosing class:
AssertionClause

public final class AssertionClause.PredicateValueBuilder
extends ValueBuilder

Public class needed for fluent builders


Constructor Summary
AssertionClause.PredicateValueBuilder(Expression expression)
           
 
Method Summary
protected  Predicate onNewPredicate(Predicate predicate)
          A strategy method to allow derived classes to deal with the newly created predicate in different ways
 
Methods inherited from class org.apache.camel.builder.ValueBuilder
append, asExpression, contains, convertTo, convertToString, endsWith, evaluate, getExpression, in, in, isEqualTo, isGreaterThan, isGreaterThanOrEqualTo, isInstanceOf, isLessThan, isLessThanOrEqualTo, isNotEqualTo, isNotNull, isNull, matches, matches, matches, not, not, prepend, regex, regexReplaceAll, regexReplaceAll, regexTokenize, sort, startsWith, tokenize, tokenize, tokenizePair, tokenizeXML, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AssertionClause.PredicateValueBuilder

public AssertionClause.PredicateValueBuilder(Expression expression)
Method Detail

onNewPredicate

protected Predicate onNewPredicate(Predicate predicate)
Description copied from class: ValueBuilder
A strategy method to allow derived classes to deal with the newly created predicate in different ways

Overrides:
onNewPredicate in class ValueBuilder


Apache CAMEL