Class MvelEndpointBuilderFactory.MvelHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.MvelEndpointBuilderFactory.MvelHeaderNameBuilder
-
- Enclosing interface:
- MvelEndpointBuilderFactory
public static class MvelEndpointBuilderFactory.MvelHeaderNameBuilder extends Object
The builder of headers' name for the MVEL component.
-
-
Constructor Summary
Constructors Constructor Description MvelHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringmvelResourceUri()A URI for the template resource to use instead of the endpoint configured.StringmvelTemplate()The template to use instead of the endpoint configured.
-
-
-
Method Detail
-
mvelResourceUri
public String 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
public String mvelTemplate()
The template to use instead of the endpoint configured. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
MvelTemplate.
-
-