Uses of Interface
org.apache.camel.spi.Container

Packages that use Container
org.apache.camel.spi Service Provider Interfaces used internally by the Camel runtime which are plugin strategies. 
 

Uses of Container in org.apache.camel.spi
 

Methods in org.apache.camel.spi that return Container
static Container Container.Instance.get()
          Access the registered Container.
 

Methods in org.apache.camel.spi with parameters of type Container
static void Container.Instance.set(Container container)
          Register the Container.
 



Apache Camel