Package org.apache.camel.spi
Interface HasCamelContext
-
- All Known Subinterfaces:
RouteTemplateContext
public interface HasCamelContextA simple marker interface for an object which holds aCamelContext.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CamelContextgetCamelContext()Returns the camel context.
-
-
-
Method Detail
-
getCamelContext
CamelContext getCamelContext()
Returns the camel context.- Returns:
- the camel context.
-
-