Interface XsltComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface XsltComponentBuilderFactory
Transforms XML payload using an XSLT template. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
XsltComponentBuilderFactory.XsltComponentBuilder
Builder for the XSLT component.static class
XsltComponentBuilderFactory.XsltComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static XsltComponentBuilderFactory.XsltComponentBuilder
xslt()
XSLT (camel-xslt) Transforms XML payload using an XSLT template.
-
-
-
Method Detail
-
xslt
static XsltComponentBuilderFactory.XsltComponentBuilder xslt()
XSLT (camel-xslt) Transforms XML payload using an XSLT template. Category: core,transformation Since: 1.3 Maven coordinates: org.apache.camel:camel-xslt- Returns:
- the dsl builder
-
-