org.apache.camel.processor.aggregate
Class AggregationStrategyMethodInfo

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

public class AggregationStrategyMethodInfo
extends Object

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


Constructor Summary
AggregationStrategyMethodInfo(CamelContext camelContext, Class<?> type, Method method, List<ParameterInfo> oldParameters, List<ParameterInfo> newParameters)
          Deprecated. 
AggregationStrategyMethodInfo(Method method, List<ParameterInfo> oldParameters, List<ParameterInfo> newParameters)
           
 
Method Summary
 Object invoke(Object pojo, Exchange oldExchange, Exchange newExchange)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregationStrategyMethodInfo

@Deprecated
public AggregationStrategyMethodInfo(CamelContext camelContext,
                                                Class<?> type,
                                                Method method,
                                                List<ParameterInfo> oldParameters,
                                                List<ParameterInfo> newParameters)
Deprecated. 


AggregationStrategyMethodInfo

public AggregationStrategyMethodInfo(Method method,
                                     List<ParameterInfo> oldParameters,
                                     List<ParameterInfo> newParameters)
Method Detail

invoke

public Object invoke(Object pojo,
                     Exchange oldExchange,
                     Exchange newExchange)
              throws Exception
Throws:
Exception


Apache Camel