Uses of Class
org.apache.camel.component.bean.ParameterInfo

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 
 

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(Class type, Method method, List<ParameterInfo> parameters, List<ParameterInfo> bodyParameters, boolean hasCustomAnnotation)
           
MethodInfo(Class type, Method method, List<ParameterInfo> parameters, List<ParameterInfo> bodyParameters, boolean hasCustomAnnotation)
           
 



Copyright © 2009 IONA Open Source Community. All Rights Reserved.