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