|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParameterInfo | |
|---|---|
| org.apache.camel.component.bean | The Bean Component which will look up the bean name in the Spring ApplicationContext and use that to dispatch messages to a POJO |
| org.apache.camel.processor.aggregate | Helper classes for the Aggregator pattern. |
| Uses of ParameterInfo in org.apache.camel.component.bean |
|---|
| Methods in org.apache.camel.component.bean that return types with arguments of type ParameterInfo | |
|---|---|
List<ParameterInfo> |
MethodInfo.getBodyParameters()
|
List<ParameterInfo> |
MethodInfo.getParameters()
|
| Constructor parameters in org.apache.camel.component.bean with type arguments of type ParameterInfo | |
|---|---|
MethodInfo(CamelContext camelContext,
Class<?> type,
Method method,
List<ParameterInfo> parameters,
List<ParameterInfo> bodyParameters,
boolean hasCustomAnnotation,
boolean hasHandlerAnnotation)
|
|
MethodInfo(CamelContext camelContext,
Class<?> type,
Method method,
List<ParameterInfo> parameters,
List<ParameterInfo> bodyParameters,
boolean hasCustomAnnotation,
boolean hasHandlerAnnotation)
|
|
| Uses of ParameterInfo in org.apache.camel.processor.aggregate |
|---|
| Constructor parameters in org.apache.camel.processor.aggregate with type arguments of type ParameterInfo | |
|---|---|
AggregationStrategyMethodInfo(CamelContext camelContext,
Class<?> type,
Method method,
List<ParameterInfo> oldParameters,
List<ParameterInfo> newParameters)
Deprecated. |
|
AggregationStrategyMethodInfo(CamelContext camelContext,
Class<?> type,
Method method,
List<ParameterInfo> oldParameters,
List<ParameterInfo> newParameters)
Deprecated. |
|
AggregationStrategyMethodInfo(Method method,
List<ParameterInfo> oldParameters,
List<ParameterInfo> newParameters)
|
|
AggregationStrategyMethodInfo(Method method,
List<ParameterInfo> oldParameters,
List<ParameterInfo> newParameters)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||