Class XsltEndpointBuilderFactory.XsltHeaderNameBuilder

java.lang.Object
org.apache.camel.builder.endpoint.dsl.XsltEndpointBuilderFactory.XsltHeaderNameBuilder
Enclosing interface:
XsltEndpointBuilderFactory

public static class XsltEndpointBuilderFactory.XsltHeaderNameBuilder extends Object
The builder of headers' name for the XSLT component.
  • Constructor Details

    • XsltHeaderNameBuilder

      public XsltHeaderNameBuilder()
  • Method Details

    • xsltResourceUri

      public String xsltResourceUri()
      A URI for the template resource to load and use instead of the endpoint configured. The option is a: String type. Group: producer
      Returns:
      the name of the header XsltResourceUri.
    • xsltStylesheet

      public String xsltStylesheet()
      The template to use instead of the endpoint configured. The option is a: String type. Group: producer
      Returns:
      the name of the header XsltStylesheet.
    • xsltFileName

      public String xsltFileName()
      The XSLT file name. The option is a: String type. Group: producer
      Returns:
      the name of the header XsltFileName.