org.apache.camel
Interface CamelContextAware

All Known Implementing Classes:
InstrumentationAgentImpl, RouteType

public interface CamelContextAware

An interface to represent an object which wishes to be injected with a CamelContext such as when working with Spring or Guice

Version:
$Revision: $

Method Summary
 void setCamelContext(CamelContext camelContext)
          Injects the CamelContext
 

Method Detail

setCamelContext

void setCamelContext(CamelContext camelContext)
Injects the CamelContext

Parameters:
camelContext -


Copyright © 2007 Apache Software Foundation. All Rights Reserved.