Class ChunkEndpointBuilderFactory.ChunkHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.ChunkEndpointBuilderFactory.ChunkHeaderNameBuilder
-
- Enclosing interface:
- ChunkEndpointBuilderFactory
public static class ChunkEndpointBuilderFactory.ChunkHeaderNameBuilder extends Object
The builder of headers' name for the Chunk component.
-
-
Constructor Summary
Constructors Constructor Description ChunkHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringchunkResourceUri()A URI for the template resource to use instead of the endpoint configured.StringchunkTemplate()The template to use instead of the endpoint configured.
-
-
-
Method Detail
-
chunkResourceUri
public String chunkResourceUri()
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
ChunkResourceUri.
-
chunkTemplate
public String chunkTemplate()
The template to use instead of the endpoint configured. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
ChunkTemplate.
-
-