org.apache.camel.spi
Interface NodeIdFactory

All Known Implementing Classes:
DefaultNodeIdFactory

public interface NodeIdFactory

Factory to generate unique ids for model nodes.

Version:
$Revision: 799257 $

Method Summary
 String createId(OptionalIdentifiedDefinition definition)
          Creates an id for the given model definiton.
 

Method Detail

createId

String createId(OptionalIdentifiedDefinition definition)
Creates an id for the given model definiton.

Parameters:
definition - model definition
Returns:
the id created


Apache CAMEL