Uses of Interface
org.apache.camel.spi.TransformerRegistry
Packages that use TransformerRegistry
Package
Description
The core Camel API.
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
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 TypeMethodDescriptionvoid
TransformerLoader.load
(TransformerRegistry registry) A pluggable strategy to load transformers into a given registry.