org.apache.camel.spi
Interface TypeConverterLoader

All Known Implementing Classes:
Activator.BundleTypeConverterLoader, AnnotationTypeConverterLoader, CoreTypeConverterLoader

public interface TypeConverterLoader

A pluggable strategy to load type converters into a TypeConverterRegistry from some kind of mechanism.

Version:

Method Summary
 void load(TypeConverterRegistry registry)
          A pluggable strategy to load type converters into a registry from some kind of mechanism
 

Method Detail

load

void load(TypeConverterRegistry registry)
          throws TypeConverterLoaderException
A pluggable strategy to load type converters into a registry from some kind of mechanism

Parameters:
registry - the registry to load the type converters into
Throws:
TypeConverterLoaderException - if the type converters could not be loaded


Apache CAMEL