Modifier and Type | Field and Description |
---|---|
protected ServletCamelContext |
CamelServletContextListener.camelContext |
static ServletCamelContext |
CamelServletContextListener.instance
instance is used for testing purpose
|
Modifier and Type | Method and Description |
---|---|
void |
CamelContextLifecycle.afterAddRoutes(ServletCamelContext camelContext,
R registry)
Callback after adding the routes.
|
void |
CamelContextLifecycle.afterStart(ServletCamelContext camelContext,
R registry)
Callback after
ServletCamelContext has been started. |
void |
CamelContextLifecycle.afterStop(ServletCamelContext camelContext,
R registry)
Callback after
ServletCamelContext has been stopped. |
void |
CamelContextLifecycle.beforeAddRoutes(ServletCamelContext camelContext,
R registry)
Callback before adding the routes.
|
void |
CamelContextLifecycle.beforeStart(ServletCamelContext camelContext,
R registry)
Callback before starting
ServletCamelContext . |
void |
CamelContextLifecycle.beforeStop(ServletCamelContext camelContext,
R registry)
Callback before stopping
ServletCamelContext . |
Apache Camel