Class JteEndpointBuilderFactory.JteHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.JteEndpointBuilderFactory.JteHeaderNameBuilder
- Enclosing interface:
JteEndpointBuilderFactory
The builder of headers' name for the JTE component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe data model.A URI for the template resource to use instead of the endpoint configured.The template to use instead of the endpoint configured.
-
Constructor Details
-
JteHeaderNameBuilder
public JteHeaderNameBuilder()
-
-
Method Details
-
jteResourceUri
A URI for the template resource to use instead of the endpoint configured. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
JteResourceUri.
-
jteTemplate
The template to use instead of the endpoint configured. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
JteTemplate.
-
jteDataModel
The data model. The option is a:Objecttype. Group: producer- Returns:
- the name of the header
JteDataModel.
-