Uses of Interface
org.apache.camel.spi.TransformerRegistry
Packages that use TransformerRegistry
-
Uses of TransformerRegistry in org.apache.camel
Methods in org.apache.camel that return TransformerRegistryModifier and TypeMethodDescriptionCamelContext.getTransformerRegistry()Gets theTransformerRegistry -
Uses of TransformerRegistry in org.apache.camel.spi
Methods in org.apache.camel.spi with parameters of type TransformerRegistryModifier and TypeMethodDescriptionvoidTransformerLoader.load(TransformerRegistry registry) A pluggable strategy to load transformers into a given registry.