Uses of Class
org.apache.camel.spring.SpringCamelContext
-
Packages that use SpringCamelContext Package Description org.apache.camel.spring The classes for working with Camel and Spring along with the primary factory beans.org.apache.camel.spring.spi Plugins to the CamelContext when running in Spring -
-
Uses of SpringCamelContext in org.apache.camel.spring
Methods in org.apache.camel.spring that return SpringCamelContext Modifier and Type Method Description protected SpringCamelContext
CamelContextFactoryBean. createContext()
Create the contextSpringCamelContext
CamelContextFactoryBean. getContext(boolean create)
protected SpringCamelContext
CamelContextFactoryBean. newCamelContext()
static SpringCamelContext
SpringCamelContext. springCamelContext(ApplicationContext applicationContext, boolean maybeStart)
Deprecated.its better to create and boot Spring the standard Spring way and to get hold of CamelContext using the Spring API.Methods in org.apache.camel.spring that return types with arguments of type SpringCamelContext Modifier and Type Method Description Class<SpringCamelContext>
CamelContextFactoryBean. getObjectType()
Methods in org.apache.camel.spring with parameters of type SpringCamelContext Modifier and Type Method Description protected void
CamelContextFactoryBean. configure(SpringCamelContext ctx)
Apply additional configuration to the contextprotected void
CamelContextFactoryBean. initBeanPostProcessor(SpringCamelContext context)
protected void
CamelContextFactoryBean. initCustomRegistry(SpringCamelContext context)
void
CamelContextFactoryBean. setContext(SpringCamelContext context)
Constructors in org.apache.camel.spring with parameters of type SpringCamelContext Constructor Description ContextScanRouteBuilderFinder(SpringCamelContext camelContext, org.apache.camel.spi.PackageScanFilter filter, boolean includeNonSingletons)
PackageScanRouteBuilderFinder(SpringCamelContext camelContext, String[] packages, ClassLoader classLoader, BeanPostProcessor postProcessor, org.apache.camel.spi.PackageScanClassResolver resolver)
-
Uses of SpringCamelContext in org.apache.camel.spring.spi
Methods in org.apache.camel.spring.spi with parameters of type SpringCamelContext Modifier and Type Method Description void
XmlCamelContextConfigurer. configure(ApplicationContext applicationContext, SpringCamelContext camelContext)
Configures XML based CamelContext with the given configuration
-