Class JteEndpointBuilderFactory.JteHeaderNameBuilder

java.lang.Object
org.apache.camel.builder.endpoint.dsl.JteEndpointBuilderFactory.JteHeaderNameBuilder
Enclosing interface:
JteEndpointBuilderFactory

public static class JteEndpointBuilderFactory.JteHeaderNameBuilder extends Object
The builder of headers' name for the JTE component.
  • Constructor Details

    • JteHeaderNameBuilder

      public JteHeaderNameBuilder()
  • Method Details

    • jteResourceUri

      public String jteResourceUri()
      A URI for the template resource to use instead of the endpoint configured. The option is a: String type. Group: producer
      Returns:
      the name of the header JteResourceUri.
    • jteTemplate

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

      public String jteDataModel()
      The data model. The option is a: Object type. Group: producer
      Returns:
      the name of the header JteDataModel.