org.apache.camel.spi
Interface UuidGenerator

All Known Implementing Classes:
ActiveMQUuidGenerator, JavaUuidGenerator, SimpleUuidGenerator

public interface UuidGenerator

Generator to generate UUID strings.


Method Summary
 String generateUuid()
          Generates a UUID string representation.
 

Method Detail

generateUuid

String generateUuid()
Generates a UUID string representation.

Returns:
the unique id.


Apache CAMEL