Uses of Interface
org.apache.camel.dataformat.bindy.format.factories.FactoryRegistry
-
Packages that use FactoryRegistry Package Description org.apache.camel.dataformat.bindy org.apache.camel.dataformat.bindy.format.factories -
-
Uses of FactoryRegistry in org.apache.camel.dataformat.bindy
Methods in org.apache.camel.dataformat.bindy that return FactoryRegistry Modifier and Type Method Description FactoryRegistryFormatFactory. getFactoryRegistry()Methods in org.apache.camel.dataformat.bindy with parameters of type FactoryRegistry Modifier and Type Method Description voidFormatFactory. setFactoryRegistry(FactoryRegistry factoryRegistry) -
Uses of FactoryRegistry in org.apache.camel.dataformat.bindy.format.factories
Classes in org.apache.camel.dataformat.bindy.format.factories that implement FactoryRegistry Modifier and Type Class Description classDefaultFactoryRegistryThis class manages all FormatFactoryInterfaces.Methods in org.apache.camel.dataformat.bindy.format.factories that return FactoryRegistry Modifier and Type Method Description FactoryRegistryDefaultFactoryRegistry. register(FormatFactoryInterface... formatFactories)Registers aFormatFactoryInterface.FactoryRegistryFactoryRegistry. register(FormatFactoryInterface... formatFactory)FactoryRegistryDefaultFactoryRegistry. unregister(Class<? extends FormatFactoryInterface> clazz)FactoryRegistryFactoryRegistry. unregister(Class<? extends FormatFactoryInterface> clazz)
-