Class CamelXsltRecorder.QuarkusTransformerFactoryConfigurationStrategy
java.lang.Object
org.apache.camel.quarkus.component.xslt.CamelXsltRecorder.QuarkusTransformerFactoryConfigurationStrategy
- All Implemented Interfaces:
org.apache.camel.component.xslt.TransformerFactoryConfigurationStrategy
- Enclosing class:
- CamelXsltRecorder
static class CamelXsltRecorder.QuarkusTransformerFactoryConfigurationStrategy
extends Object
implements org.apache.camel.component.xslt.TransformerFactoryConfigurationStrategy
-
Constructor Summary
ConstructorsConstructorDescriptionQuarkusTransformerFactoryConfigurationStrategy(String packageName, Map<String, Boolean> features, RuntimeUriResolver uriResolver) -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(TransformerFactory tf, org.apache.camel.component.xslt.XsltEndpoint endpoint)
-
Constructor Details
-
QuarkusTransformerFactoryConfigurationStrategy
public QuarkusTransformerFactoryConfigurationStrategy(String packageName, Map<String, Boolean> features, RuntimeUriResolver uriResolver)
-
-
Method Details
-
configure
- Specified by:
configurein interfaceorg.apache.camel.component.xslt.TransformerFactoryConfigurationStrategy
-