Class MvelEndpointBuilderFactory.MvelHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.MvelEndpointBuilderFactory.MvelHeaderNameBuilder
- Enclosing interface:
- MvelEndpointBuilderFactory
The builder of headers' name for the MVEL component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA URI for the template resource to use instead of the endpoint configured.The template to use instead of the endpoint configured.
-
Constructor Details
-
MvelHeaderNameBuilder
public MvelHeaderNameBuilder()
-
-
Method Details
-
mvelResourceUri
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
MvelResourceUri.
-
mvelTemplate
The template to use instead of the endpoint configured. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
MvelTemplate.
-