blob: d4c4babccb63eff2ea4d340cf5259fa33906aed6 [file] [log] [blame]
[[CamelContext-CamelContext]]
CamelContext
~~~~~~~~~~~~
The
http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/CamelContext.html[CamelContext]
represents a single Camel routing rulebase. You use the CamelContext in
a similar way to the Spring
http://static.springsource.org/spring/docs/3.0.x/javadoc-api/org/springframework/context/ApplicationContext.html[ApplicationContext].
See Lifecycle to understand the overall lifecycle
of the CamelContext.
[[CamelContext-SeeAlso]]
See Also
^^^^^^^^
* RouteBuilder
* Routes
* Lifecycle
* Architecture