Class CamelXsltRecorder
java.lang.Object
org.apache.camel.quarkus.component.xslt.CamelXsltRecorder
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class(package private) static class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddRuntimeUriResolverEntry(io.quarkus.runtime.RuntimeValue<RuntimeUriResolver.Builder> builder, String templateUri, String transletClassName) io.quarkus.runtime.RuntimeValue<RuntimeUriResolver.Builder>io.quarkus.runtime.RuntimeValue<org.apache.camel.component.xslt.XsltComponent>createXsltComponent(CamelXsltConfig config, io.quarkus.runtime.RuntimeValue<RuntimeUriResolver.Builder> uriResolverBuilder)
-
Constructor Details
-
CamelXsltRecorder
public CamelXsltRecorder()
-
-
Method Details
-
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)
-