Class StringTemplateEndpointBuilderFactory.StringTemplateHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.StringTemplateEndpointBuilderFactory.StringTemplateHeaderNameBuilder
-
- Enclosing interface:
- StringTemplateEndpointBuilderFactory
public static class StringTemplateEndpointBuilderFactory.StringTemplateHeaderNameBuilder extends Object
The builder of headers' name for the String Template component.
-
-
Constructor Summary
Constructors Constructor Description StringTemplateHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringstringTemplateResourceUri()A URI for the template resource to use instead of the endpoint configured.StringstringTemplateTemplate()The template to use instead of the endpoint configured.StringstringTemplateVariableMap()Map of the variables which are made available to a script or template.
-
-
-
Method Detail
-
stringTemplateResourceUri
public String stringTemplateResourceUri()
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
StringTemplateResourceUri.
-
stringTemplateVariableMap
public String stringTemplateVariableMap()
Map of the variables which are made available to a script or template. The option is a:Map<String, Object>type. Group: producer- Returns:
- the name of the header
StringTemplateVariableMap.
-
stringTemplateTemplate
public String stringTemplateTemplate()
The template to use instead of the endpoint configured. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
StringTemplateTemplate.
-
-