Class CamelXsltRecorder


  • public class CamelXsltRecorder
    extends Object
    • Constructor Detail

      • CamelXsltRecorder

        public CamelXsltRecorder()
    • 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)