|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.processor.aggregate.AggregationStrategyMethodInfo
public class AggregationStrategyMethodInfo
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 |
|---|
@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)
| Method Detail |
|---|
public Object invoke(Object pojo,
Exchange oldExchange,
Exchange newExchange)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||