Uses of Class
org.apache.camel.spring.xml.CamelEndpointFactoryBean
-
Packages that use CamelEndpointFactoryBean Package Description org.apache.camel.spring.xml -
-
Uses of CamelEndpointFactoryBean in org.apache.camel.spring.xml
Methods in org.apache.camel.spring.xml that return types with arguments of type CamelEndpointFactoryBean Modifier and Type Method Description List<CamelEndpointFactoryBean>
CamelContextFactoryBean. getEndpoints()
Method parameters in org.apache.camel.spring.xml with type arguments of type CamelEndpointFactoryBean Modifier and Type Method Description void
CamelContextFactoryBean. setEndpoints(List<CamelEndpointFactoryBean> endpoints)
Configuration of endpoints
-