org.apache.camel
Interface CamelContextAware

All Known Implementing Classes:
BeanEndpoint, CamelPostProcessorHelper, DataSetEndpoint, DefaultEndpoint, DefaultPollingEndpoint, DirectEndpoint, FileEndpoint, JMXEndpoint, ListEndpoint, MockEndpoint, ProcessorEndpoint, RouteType, ScheduledPollEndpoint, SedaEndpoint, TimerEndpoint

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: 630591 $

Method Summary
 void setCamelContext(CamelContext camelContext)
          Injects the CamelContext
 

Method Detail

setCamelContext

void setCamelContext(CamelContext camelContext)
Injects the CamelContext

Parameters:
camelContext -


Apache CAMEL