| Package | Description |
|---|---|
| org.apache.camel |
The core Camel API.
|
| org.apache.camel.impl |
Default implementation classes for Camel Core
|
| org.apache.camel.impl.transformer |
Transformer implementation classes.
|
| org.apache.camel.impl.validator |
Validator implementation classes.
|
| Modifier and Type | Method and Description |
|---|---|
EndpointRegistry<? extends ValueHolder<String>> |
CamelContext.getEndpointRegistry()
Gets the
EndpointRegistry |
TransformerRegistry<? extends ValueHolder<String>> |
CamelContext.getTransformerRegistry()
Gets the
TransformerRegistry |
ValidatorRegistry<? extends ValueHolder<String>> |
CamelContext.getValidatorRegistry()
Gets the
ValidatorRegistry |
| Modifier and Type | Class and Description |
|---|---|
class |
EndpointKey
Key used in
DefaultEndpointRegistry in DefaultCamelContext,
to ensure a consistent lookup. |
| Modifier and Type | Class and Description |
|---|---|
class |
TransformerKey
Key used in
TransformerRegistry in DefaultCamelContext,
to ensure a consistent lookup. |
| Modifier and Type | Class and Description |
|---|---|
class |
ValidatorKey
Key used in
ValidatorRegistry in DefaultCamelContext,
to ensure a consistent lookup. |
Apache Camel