Package org.apache.camel.spi
Interface DataFormatResolver
-
public interface DataFormatResolverRepresents a resolver of data formats.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataFormatcreateDataFormat(String name, CamelContext context)Creates the given data format given its name.
-
-
-
Method Detail
-
createDataFormat
DataFormat createDataFormat(String name, CamelContext context)
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
-
-