public final class SpringCamelContextFactory extends Object
CamelContext factory utility.| Modifier and Type | Method and Description |
|---|---|
static org.apache.camel.CamelContext |
createSpringCamelContext(byte[] bytes,
ClassLoader classsLoader)
Create a
SpringCamelContext from the given bytes |
static org.apache.camel.CamelContext |
createSpringCamelContext(URL contextUrl,
ClassLoader classsLoader)
Create a
SpringCamelContext from the given URL |
public static org.apache.camel.CamelContext createSpringCamelContext(URL contextUrl, ClassLoader classsLoader) throws Exception
SpringCamelContext from the given URLExceptionpublic static org.apache.camel.CamelContext createSpringCamelContext(byte[] bytes,
ClassLoader classsLoader)
throws Exception
SpringCamelContext from the given bytesExceptionCopyright © 2014. All Rights Reserved.