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 ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder for the XSLT component.static class -
Method Summary
Static MethodsModifier and TypeMethodDescriptionxslt()XSLT (camel-xslt) Transforms XML payload using an XSLT template.
-
Method Details
-
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
-