Class JsltEndpointBuilderFactory.JsltHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.JsltEndpointBuilderFactory.JsltHeaderNameBuilder
-
- Enclosing interface:
- JsltEndpointBuilderFactory
public static class JsltEndpointBuilderFactory.JsltHeaderNameBuilder extends Object
The builder of headers' name for the JSLT component.
-
-
Constructor Summary
Constructors Constructor Description JsltHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringjsltResourceUri()The resource URI.StringjsltString()The JSLT Template as String.
-
-
-
Method Detail
-
jsltString
public String jsltString()
The JSLT Template as String. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
JsltString.
-
jsltResourceUri
public String jsltResourceUri()
The resource URI. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
JsltResourceUri.
-
-