| Package | Description |
|---|---|
| org.apache.camel |
The core Camel API.
|
| org.apache.camel.impl |
Default implementation classes for Camel Core
|
| org.apache.camel.impl.osgi |
Camel OSGi Activator.
|
| Modifier and Type | Method and Description |
|---|---|
DataFormatResolver |
CamelContext.getDataFormatResolver()
Gets the current data format resolver
|
| Modifier and Type | Method and Description |
|---|---|
void |
CamelContext.setDataFormatResolver(DataFormatResolver dataFormatResolver)
Sets a custom data format resolver
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDataFormatResolver
Default data format resolver
|
| Modifier and Type | Method and Description |
|---|---|
DataFormatResolver |
DefaultCamelContext.getDataFormatResolver() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCamelContext.setDataFormatResolver(DataFormatResolver dataFormatResolver) |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
Activator.BundleDataFormatResolver |
Apache Camel