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
Constructors Constructor Description QuarkusTransformerFactoryConfigurationStrategy(String packageName, RuntimeUriResolver uriResolver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(TransformerFactory tf, org.apache.camel.component.xslt.XsltEndpoint endpoint)
-
-
-
Constructor Detail
-
QuarkusTransformerFactoryConfigurationStrategy
public QuarkusTransformerFactoryConfigurationStrategy(String packageName, RuntimeUriResolver uriResolver)
-
-
Method Detail
-
configure
public void configure(TransformerFactory tf, org.apache.camel.component.xslt.XsltEndpoint endpoint)
- Specified by:
configurein interfaceorg.apache.camel.component.xslt.TransformerFactoryConfigurationStrategy
-
-