org.apache.camel.component.mock
Class AssertionClause.PredicateValueBuilder
java.lang.Object
org.apache.camel.builder.ValueBuilder<Exchange>
org.apache.camel.component.mock.AssertionClause.PredicateValueBuilder
- All Implemented Interfaces:
- Expression<Exchange>
- Enclosing class:
- AssertionClause
public class AssertionClause.PredicateValueBuilder
- extends ValueBuilder<Exchange>
Methods inherited from class org.apache.camel.builder.ValueBuilder |
append, asExpression, contains, convertTo, convertToString, evaluate, getExpression, isEqualTo, isGreaterThan, isGreaterThanOrEqualTo, isInstanceOf, isLessThan, isLessThanOrEqualTo, isNotEqualTo, isNotNull, isNull, matchesRegex, regex, regexReplaceAll, regexReplaceAll, regexTokenize, tokenize, tokenize, toString |
AssertionClause.PredicateValueBuilder
public AssertionClause.PredicateValueBuilder(Expression<Exchange> expression)
onNewPredicate
protected Predicate<Exchange> onNewPredicate(Predicate<Exchange> predicate)
- Description copied from class:
ValueBuilder
- A stategy method to allow derived classes to deal with the newly created
predicate in different ways
- Overrides:
onNewPredicate
in class ValueBuilder<Exchange>
Copyright © 2008 IONA Open Source Community. All Rights Reserved.