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