public interface DataFormatResolver
| Modifier and Type | Method and Description |
|---|---|
DataFormat |
createDataFormat(String name,
CamelContext context)
Creates the given data format given its name.
|
DataFormat |
resolveDataFormat(String name,
CamelContext context)
Resolves the given data format given its name.
|
DataFormat resolveDataFormat(String name, CamelContext context)
name - the name of the data format to lookup in Registry or createcontext - the camel contextDataFormat createDataFormat(String name, CamelContext context)
name - the name of the data format factory to lookup in Registry or createcontext - the camel contextApache Camel