Uses of Interface
org.apache.camel.impl.converter.TypeConverterRegistry

Packages that use TypeConverterRegistry
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.impl.converter Default implementation classes the Type Conversion Strategies 
 

Uses of TypeConverterRegistry in org.apache.camel.impl
 

Classes in org.apache.camel.impl that implement TypeConverterRegistry
 class ReportingTypeConverterRegistry
          Registry for reporting type converters.
 

Methods in org.apache.camel.impl with parameters of type TypeConverterRegistry
protected  void ReportingTypeConverterLoader.registerTypeConverter(TypeConverterRegistry registry, Method method, Class toType, Class fromType, TypeConverter typeConverter)
           
 

Uses of TypeConverterRegistry in org.apache.camel.impl.converter
 

Classes in org.apache.camel.impl.converter that implement TypeConverterRegistry
 class DefaultTypeConverter
          Default implementation of a type converter registry used for type converters in Camel.
 

Methods in org.apache.camel.impl.converter with parameters of type TypeConverterRegistry
 void TypeConverterLoader.load(TypeConverterRegistry registry)
          A pluggable strategy to load type converters into a registry from some kind of mechanism
 void AnnotationTypeConverterLoader.load(TypeConverterRegistry registry)
           
protected  void AnnotationTypeConverterLoader.loadConverterMethods(TypeConverterRegistry registry, Class type)
          Loads all of the converter methods for the given type
protected  void AnnotationTypeConverterLoader.registerTypeConverter(TypeConverterRegistry registry, Method method, Class toType, Class fromType, TypeConverter typeConverter)
           
 

Constructors in org.apache.camel.impl.converter with parameters of type TypeConverterRegistry
CachingInjector(TypeConverterRegistry repository, Class<T> type)
           
 



Copyright © 2008 IONA Open Source Community. All Rights Reserved.