public class AggregationStrategyMethodInfo extends Object
AggregationStrategyBeanAdapter.| Constructor and Description |
|---|
AggregationStrategyMethodInfo(CamelContext camelContext,
Class<?> type,
Method method,
List<ParameterInfo> oldParameters,
List<ParameterInfo> newParameters)
Deprecated.
|
AggregationStrategyMethodInfo(Method method,
List<ParameterInfo> oldParameters,
List<ParameterInfo> newParameters) |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object pojo,
Exchange oldExchange,
Exchange newExchange) |
@Deprecated public AggregationStrategyMethodInfo(CamelContext camelContext, Class<?> type, Method method, List<ParameterInfo> oldParameters, List<ParameterInfo> newParameters)
public AggregationStrategyMethodInfo(Method method, List<ParameterInfo> oldParameters, List<ParameterInfo> newParameters)
Apache Camel