| Method and Description |
|---|
| org.apache.camel.spring.SpringCamelContext.getEventEndpoint() |
| org.apache.camel.spring.CamelContextFactoryBean.getLazyLoadTypeConverters() |
| org.apache.camel.spring.SpringCamelContext.setEventEndpoint(EventEndpoint) |
| org.apache.camel.spring.CamelContextFactoryBean.setLazyLoadTypeConverters(Boolean) |
| org.apache.camel.spring.SpringCamelContext.springCamelContext(ApplicationContext)
its better to create and boot Spring the standard Spring way and to get hold of CamelContext
using the Spring API.
|
| org.apache.camel.spring.SpringCamelContext.springCamelContext(ApplicationContext, boolean)
its better to create and boot Spring the standard Spring way and to get hold of CamelContext
using the Spring API.
|
| org.apache.camel.spring.SpringCamelContext.springCamelContext(String)
its better to create and boot Spring the standard Spring way and to get hold of CamelContext
using the Spring API.
|
| Constructor and Description |
|---|
| org.apache.camel.component.event.EventEndpoint(String) |
Apache Camel