Package org.apache.camel.spi
Interface DataFormatResolver
public interface DataFormatResolver
Represents a resolver of data formats.
-
Method Summary
Modifier and TypeMethodDescriptioncreateDataFormat(String name, CamelContext context) Creates the given data format given its name.
-
Method Details
-
createDataFormat
Creates the given data format given its name.- Parameters:
name- the name of the data format factory to lookup inRegistryor createcontext- the camel context- Returns:
- the data format or null if not possible to resolve
-