Uses of Class
org.apache.camel.model.BeanDefinition

Packages that use BeanDefinition
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
 

Uses of BeanDefinition in org.apache.camel.model
 

Methods in org.apache.camel.model that return BeanDefinition
 BeanDefinition BeanDefinition.bean(Object bean)
          Sets the bean's instance that camel to call
 BeanDefinition BeanDefinition.beanType(Class beanType)
          Sets the Class of the bean that camel will instantiation it for calling
 BeanDefinition BeanDefinition.method(String method)
          Sets the calling method name of camel bean
 BeanDefinition BeanDefinition.ref(String ref)
          Sets the ref String on camel bean
 



Apache CAMEL