Uses of Interface
org.apache.camel.processor.resequencer.ExpressionResultComparator

Packages that use ExpressionResultComparator
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
org.apache.camel.model.config The Resequencer Configuration classes 
org.apache.camel.processor.resequencer Helper classes for the Resequencer pattern. 
 

Uses of ExpressionResultComparator in org.apache.camel.model
 

Methods in org.apache.camel.model with parameters of type ExpressionResultComparator
 ResequencerType ResequencerType.comparator(ExpressionResultComparator<Exchange> comparator)
           
 

Uses of ExpressionResultComparator in org.apache.camel.model.config
 

Methods in org.apache.camel.model.config that return ExpressionResultComparator
 ExpressionResultComparator<Exchange> StreamResequencerConfig.getComparator()
           
 

Methods in org.apache.camel.model.config with parameters of type ExpressionResultComparator
 void StreamResequencerConfig.setComparator(ExpressionResultComparator<Exchange> comparator)
           
 

Constructors in org.apache.camel.model.config with parameters of type ExpressionResultComparator
StreamResequencerConfig(int capacity, long timeout, ExpressionResultComparator<Exchange> comparator)
          Creates a new BatchResequencerConfig instance using the given values for capacity and timeout.
 

Uses of ExpressionResultComparator in org.apache.camel.processor.resequencer
 

Classes in org.apache.camel.processor.resequencer that implement ExpressionResultComparator
 class DefaultExchangeComparator
          Compares elements of an Exchange sequence by comparing long values returned by this comaprator's expression.
 



Copyright © 2008 IONA Open Source Community. All Rights Reserved.