org.apache.camel.processor.aggregate
Class AggregationStrategyBeanInfo

java.lang.Object
  extended by org.apache.camel.processor.aggregate.AggregationStrategyBeanInfo

public class AggregationStrategyBeanInfo
extends Object

Class information about the POJO method to call when using the AggregationStrategyBeanAdapter.


Constructor Summary
AggregationStrategyBeanInfo(CamelContext camelContext, Class<?> type, Method method)
           
 
Method Summary
protected  AggregationStrategyMethodInfo createMethodInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregationStrategyBeanInfo

public AggregationStrategyBeanInfo(CamelContext camelContext,
                                   Class<?> type,
                                   Method method)
Method Detail

createMethodInfo

protected AggregationStrategyMethodInfo createMethodInfo()


Apache Camel