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

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

Uses of NodeIdFactory in org.apache.camel
 

Methods in org.apache.camel that return NodeIdFactory
 NodeIdFactory CamelContext.getNodeIdFactory()
          Gets the node id factory
 

Methods in org.apache.camel with parameters of type NodeIdFactory
 void CamelContext.setNodeIdFactory(NodeIdFactory factory)
          Uses a custom node id factory when generating auto assigned ids to the nodes in the route definitions
 

Uses of NodeIdFactory in org.apache.camel.impl
 

Classes in org.apache.camel.impl that implement NodeIdFactory
 class DefaultNodeIdFactory
          Default id factory.
 

Methods in org.apache.camel.impl that return NodeIdFactory
 NodeIdFactory DefaultCamelContext.getNodeIdFactory()
           
 

Methods in org.apache.camel.impl with parameters of type NodeIdFactory
 void DefaultCamelContext.setNodeIdFactory(NodeIdFactory idFactory)
           
 

Uses of NodeIdFactory in org.apache.camel.model
 

Methods in org.apache.camel.model with parameters of type NodeIdFactory
 String OptionalIdentifiedDefinition.idOrCreate(NodeIdFactory factory)
          Gets the node id, creating one if not already set.
 



Apache CAMEL