Uses of Interface
org.apache.camel.component.xslt.TransformerFactoryConfigurationStrategy
-
-
Uses of TransformerFactoryConfigurationStrategy in org.apache.camel.component.xslt
Methods in org.apache.camel.component.xslt that return TransformerFactoryConfigurationStrategy Modifier and Type Method Description TransformerFactoryConfigurationStrategyXsltComponent. getTransformerFactoryConfigurationStrategy()TransformerFactoryConfigurationStrategyXsltEndpoint. getTransformerFactoryConfigurationStrategy()Methods in org.apache.camel.component.xslt with parameters of type TransformerFactoryConfigurationStrategy Modifier and Type Method Description voidXsltComponent. setTransformerFactoryConfigurationStrategy(TransformerFactoryConfigurationStrategy transformerFactoryConfigurationStrategy)A configuration strategy to apply on freshly created instances of TransformerFactory.voidXsltEndpoint. setTransformerFactoryConfigurationStrategy(TransformerFactoryConfigurationStrategy transformerFactoryConfigurationStrategy)A configuration strategy to apply on freshly created instances of TransformerFactory.
-