org.apache.camel.impl.converter
Interface TypeConverterRegistry
- All Known Implementing Classes:
- DefaultTypeConverter, ReportingTypeConverterRegistry
public interface TypeConverterRegistry
Registry for type converters.
- Version:
- $Revision: 41838 $
addTypeConverter
void addTypeConverter(Class toType,
Class fromType,
TypeConverter typeConverter)
- Allows a new type converter to be registered
- Parameters:
toType
- the type to convert tofromType
- the type to convert fromtypeConverter
- the type converter to use
getInjector
Injector getInjector()
Copyright © 2008 IONA Open Source Community. All Rights Reserved.