blob: 2eadb513f44ef97b089b647ad5529612deb6c5f5 [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 link:lifecycle.adoc[Lifecycle] to understand the overall lifecycle
of the CamelContext.
[[CamelContext-SeeAlso]]
See Also
^^^^^^^^
* link:route-builder.adoc[RouteBuilder]
* link:routes.adoc[Routes]
* link:lifecycle.adoc[Lifecycle]
* link:architecture.adoc[Architecture]