Class CamelXsltRecorder
- java.lang.Object
-
- org.apache.camel.quarkus.component.xslt.CamelXsltRecorder
-
public class CamelXsltRecorder extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classCamelXsltRecorder.QuarkusTransformerFactoryConfigurationStrategy
-
Constructor Summary
Constructors Constructor Description CamelXsltRecorder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddRuntimeUriResolverEntry(io.quarkus.runtime.RuntimeValue<RuntimeUriResolver.Builder> builder, String templateUri, String transletClassName)io.quarkus.runtime.RuntimeValue<RuntimeUriResolver.Builder>createRuntimeUriResolverBuilder()io.quarkus.runtime.RuntimeValue<org.apache.camel.component.xslt.XsltComponent>createXsltComponent(CamelXsltConfig config, io.quarkus.runtime.RuntimeValue<RuntimeUriResolver.Builder> uriResolverBuilder)
-
-
-
Method Detail
-
createXsltComponent
public io.quarkus.runtime.RuntimeValue<org.apache.camel.component.xslt.XsltComponent> createXsltComponent(CamelXsltConfig config, io.quarkus.runtime.RuntimeValue<RuntimeUriResolver.Builder> uriResolverBuilder)
-
createRuntimeUriResolverBuilder
public io.quarkus.runtime.RuntimeValue<RuntimeUriResolver.Builder> createRuntimeUriResolverBuilder()
-
addRuntimeUriResolverEntry
public void addRuntimeUriResolverEntry(io.quarkus.runtime.RuntimeValue<RuntimeUriResolver.Builder> builder, String templateUri, String transletClassName)
-
-