Uses of Class
org.apache.camel.cdi.xml.EndpointFactoryBean
-
Packages that use EndpointFactoryBean Package Description org.apache.camel.cdi.xml The JAXB POJOs for the XML Configuration of the routing rules. -
-
Uses of EndpointFactoryBean in org.apache.camel.cdi.xml
Methods in org.apache.camel.cdi.xml that return types with arguments of type EndpointFactoryBean Modifier and Type Method Description List<EndpointFactoryBean>
CamelContextFactoryBean. getEndpoints()
Method parameters in org.apache.camel.cdi.xml with type arguments of type EndpointFactoryBean Modifier and Type Method Description void
CamelContextFactoryBean. setEndpoints(List<EndpointFactoryBean> endpoints)
-