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

Method Summary
 void setCamelContext(CamelContext camelContext)
          Injects the CamelContext
 

Method Detail

setCamelContext

void setCamelContext(CamelContext camelContext)
Injects the CamelContext

Parameters:
camelContext -


Copyright © 2008 IONA Open Source Community. All Rights Reserved.