org.apache.camel.impl.converter
Interface TypeConverterLoader

All Known Implementing Classes:
AnnotationTypeConverterLoader, ReportingTypeConverterLoader

public interface TypeConverterLoader

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

Version:
$Revision: 713950 $

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 Exception
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:
Exception - if the type converters could not be loaded


Apache CAMEL