Class XsltSaxonEndpointBuilderFactory.XsltSaxonHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.XsltSaxonEndpointBuilderFactory.XsltSaxonHeaderNameBuilder
- Enclosing interface:
XsltSaxonEndpointBuilderFactory
The builder of headers' name for the XSLT Saxon component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe XSLT file name.A URI for the template resource to load and use instead of the endpoint configured.The template to use instead of the endpoint configured.
-
Constructor Details
-
XsltSaxonHeaderNameBuilder
public XsltSaxonHeaderNameBuilder()
-
-
Method Details
-
xsltResourceUri
A URI for the template resource to load and use instead of the endpoint configured. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
XsltResourceUri.
-
xsltStylesheet
The template to use instead of the endpoint configured. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
XsltStylesheet.
-
xsltFileName
The XSLT file name. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
XsltFileName.
-