org.apache.camel.builder
Interface ExpressionFactory<E extends Exchange>

All Known Implementing Classes:
AssertionClause.PredicateValueBuilder, ValueBuilder

public interface ExpressionFactory<E extends Exchange>

A Factory of Expression objects typically implemented by a builder such as @{XPathBuilder}

Version:
$Revision: 521180 $

Method Summary
 Expression<E> createExpression()
          Creates an expression object
 

Method Detail

createExpression

Expression<E> createExpression()
Creates an expression object

Returns:
the newly created expression object


Copyright © 2007 Apache Software Foundation. All Rights Reserved.