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

Packages that use InflightRepository
org.apache.camel The JAXB POJOs for the XML Configuration of the routing rules. 
org.apache.camel.impl Default implementation classes for Camel Core 
 

Uses of InflightRepository in org.apache.camel
 

Methods in org.apache.camel that return InflightRepository
 InflightRepository CamelContext.getInflightRepository()
          Gets the inflight repository
 

Methods in org.apache.camel with parameters of type InflightRepository
 void CamelContext.setInflightRepository(InflightRepository repository)
          Sets a custom inflight repository to use
 

Uses of InflightRepository in org.apache.camel.impl
 

Classes in org.apache.camel.impl that implement InflightRepository
 class DefaultInflightRepository
          Default implement which just uses a counter
 

Methods in org.apache.camel.impl that return InflightRepository
 InflightRepository DefaultCamelContext.getInflightRepository()
           
 

Methods in org.apache.camel.impl with parameters of type InflightRepository
 void DefaultCamelContext.setInflightRepository(InflightRepository repository)
           
 



Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.