org.apache.camel.builder
Interface PredicateFactory


public interface PredicateFactory

A Factory of Predicate objects typically implemented by a builder such as XPathBuilder

Version:
$Revision: 709613 $

Method Summary
 Predicate createPredicate()
          Creates a predicate object
 

Method Detail

createPredicate

Predicate createPredicate()
Creates a predicate object

Returns:
the newly created expression object


Copyright © 2009 Apache Software Foundation. All Rights Reserved.