| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
NodeIdFactory |
CamelContext.getNodeIdFactory()
Gets the node id factory
|
| Modifier and Type | Method and Description |
|---|---|
void |
CamelContext.setNodeIdFactory(NodeIdFactory factory)
Uses a custom node id factory when generating auto assigned ids to the nodes in the route definitions
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultNodeIdFactory
Default id factory.
|
class |
RouteIdFactory
Factory for generating route ids based on uris.
|
| Modifier and Type | Method and Description |
|---|---|
protected NodeIdFactory |
DefaultCamelContext.createNodeIdFactory() |
NodeIdFactory |
DefaultCamelContext.getNodeIdFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCamelContext.setNodeIdFactory(NodeIdFactory idFactory) |
| Constructor and Description |
|---|
RouteIdFactory(NodeIdFactory defaultNodeIdFactory) |
| Modifier and Type | Method and Description |
|---|---|
String |
OptionalIdentifiedDefinition.idOrCreate(NodeIdFactory factory)
Gets the node id, creating one if not already set.
|
Apache Camel