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 TransformerFactoryConfigurationStrategyModifier and TypeMethodDescriptionXsltComponent.getTransformerFactoryConfigurationStrategy()XsltEndpoint.getTransformerFactoryConfigurationStrategy()Methods in org.apache.camel.component.xslt with parameters of type TransformerFactoryConfigurationStrategyModifier and TypeMethodDescriptionvoidXsltComponent.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.