Uses of Interface
org.apache.camel.processor.aggregate.AggregationCollection

Packages that use AggregationCollection
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
org.apache.camel.processor A collection of Processor implementations which are used to implement the Enterprise Integration Patterns 
org.apache.camel.processor.aggregate Helper classes for the Aggregator pattern. 
 

Uses of AggregationCollection in org.apache.camel.model
 

Methods in org.apache.camel.model that return AggregationCollection
 AggregationCollection AggregateDefinition.getAggregationCollection()
           
 

Methods in org.apache.camel.model with parameters of type AggregationCollection
 AggregateDefinition ProcessorDefinition.aggregate(AggregationCollection aggregationCollection)
          Aggregator EIP: Creates an aggregator allowing you to combine a number of messages together into a single message.
 AggregateDefinition AggregateDefinition.aggregationCollection(AggregationCollection aggregationCollection)
          Sets the aggregate collection to use
 void AggregateDefinition.setAggregationCollection(AggregationCollection aggregationCollection)
           
 

Uses of AggregationCollection in org.apache.camel.processor
 

Constructors in org.apache.camel.processor with parameters of type AggregationCollection
Aggregator(Processor processor, AggregationCollection collection)
           
 

Uses of AggregationCollection in org.apache.camel.processor.aggregate
 

Classes in org.apache.camel.processor.aggregate that implement AggregationCollection
 class DefaultAggregationCollection
          A Collection which aggregates exchanges together using a correlation expression so that there is only a single message exchange sent for a single correlation key.
 class PredicateAggregationCollection
          An aggregator collection which uses a predicate to decide when an aggregation is completed for a particular correlation key
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.